Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\plist.h Create Date:2022-07-28 05:38:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:plist_node_init - Dynamic struct plist_node initializer*@node: &struct plist_node pointer*@prio: initial node priority

Proto:static inline void plist_node_init(struct plist_node *node, int prio)

Type:void

Parameter:

TypeParameterName
struct plist_node *node
intprio
134  prio = prio
135  Initialization list head
136  Initialization list head
Caller
NameDescribe
pm_qos_update_targetpm_qos_update_target - manages the constraints list and calls the notifiers* if needed*@c: constraints data struct*@node: request to add to the list, to update or to remove*@action: action to take on the constraints list*@value: value of the request to
__queue_me
alloc_swap_info