Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-28 09:36:11
Last Modify:2022-05-22 13:40:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:default_wake_function

Proto:int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, void *key)

Type:int

Parameter:

TypeParameterName
wait_queue_entry_t *curr
unsignedmode
intwake_flags
void *key
4354  Return ry_to_wake_up - wake up a thread*@p: the thread to be awakened*@state: the mask of task states that can be woken*@wake_flags: wake modifier flags (WF_*)* If (@state & @p->state) @p->state = TASK_RUNNING.
Caller
NameDescribe
autoremove_wake_function
woken_wake_function