Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Test whether @work is being queued from another work executing on the* same workqueue.

Proto:static bool is_chained_work(struct workqueue_struct *wq)

Type:bool

Parameter:

TypeParameterName
struct workqueue_struct *wq
1348  worker = rrent_wq_worker - return struct worker if %current is a workqueue worker
1353  Return worker && wq == wq
Caller
NameDescribe
__queue_work