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_last - return the last node (and thus, lowest priority)*@head: the &struct plist_head pointer* Assumes the plist is _not_ empty.

Proto:static inline struct plist_node *plist_last(const struct plist_head *head)

Type:struct plist_node

Parameter:

TypeParameterName
const struct plist_head *head
294  Return list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(prev, structplist_node, node_list)
Caller
NameDescribe
plist_requeueplist_requeue - Requeue @node at end of same-prio entries
pm_qos_get_valuelocked internal variant