Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\plist.c Create Date:2022-07-28 06:14:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:plist_del - Remove a @node from plist.*@node: &struct plist_node pointer - entry to be removed*@head: &struct plist_head pointer - list head

Proto:void plist_del(struct plist_node *node, struct plist_head *head)

Type:void

Parameter:

TypeParameterName
struct plist_node *node
struct plist_head *head
114  plist_check_head(head)
116  If Not list_empty - tests whether a list is empty*@head: the list to test. Then
117  If next != node_list Then
127  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
130  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
132  plist_check_head(head)
Caller
NameDescribe
plist_requeueplist_requeue - Requeue @node at end of same-prio entries
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
__unqueue_futex__unqueue_futex() - Remove the futex_q from its futex_hash_bucket*@q: The futex_q to unqueue* The q->lock_ptr must not be NULL and must be held by the caller.
requeue_futexqueue_futex() - Requeue a futex_q from one hb to another*@q: the futex_q to requeue*@hb1: the source hash_bucket*@hb2: the target hash_bucket*@key2: the new key for the requeued futex_q
handle_early_requeue_pi_wakeuphandle_early_requeue_pi_wakeup() - Detect early wakeup on the initial futex*@hb: the hash_bucket futex_q was original enqueued on*@q: the futex_q woken while waiting to be requeued*@key2: the futex_key of the requeue target futex*@timeout: the timeout
SYSCALL_DEFINE1