函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\power\qos.c Create Date:2022-07-27 10:56:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:pm_qos_flags_remove_req - Remove device PM QoS flags request.*@pqf: Device PM QoS flags set to remove the request from.*@req: Request to remove from the set.

函数原型:static void pm_qos_flags_remove_req(struct pm_qos_flags *pqf, struct pm_qos_flags_request *req)

返回类型:void

参数:

类型参数名称
struct pm_qos_flags *pqf
struct pm_qos_flags_request *req
275  val等于0
277  删除链表项
278  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(req, & list, node)
279  val或等于 Do not change to 64 bit
281  Do not change to 64 bit 等于val
调用者
名称描述
pm_qos_update_flagspm_qos_update_flags - Update a set of PM QoS flags