Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:wq_worker_last_func - retrieve worker's last work function*@task: Task to retrieve last work function of

Proto:work_func_t wq_worker_last_func(struct task_struct *task)

Type:work_func_t

Parameter:

TypeParameterName
struct task_struct *task
930  worker = kthread_data(task)
932  Return used by the scheduler to determine a worker's last known identity
Caller
NameDescribe
psi_task_change