Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:wq_worker_running - a worker is running again*@task: task waking up* This function is called when a worker returns from schedule()

Proto:void wq_worker_running(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
847  worker = kthread_data(task)
849  If Not None Then Return
851  If Not (X: flags & WORKER_NOT_RUNNING) Then atomic_inc( & nr_running)
853  None = 0
Caller
NameDescribe
sched_update_worker