Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\tree.c Create Date:2022-07-28 10:26:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rcu_wake_cond

Proto:static void rcu_wake_cond(struct task_struct *t, int status)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
intstatus
2427  If t && ( status != RCU_KTHREAD_YIELDING || s_idle_task - is the specified task an idle task?*@p: the task in question.* Return: 1 if @p is an idle task. 0 otherwise.) Then wake_up_process - Wake up a specific process*@p: The process to be woken up.* Attempt to wake up the nominated process and move it to the set of runnable* processes.* Return: 1 if the process was woken up, 0 if it was already running.
Caller
NameDescribe
invoke_rcu_core_kthread