Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:workqueue_queue_work - called when a work gets queued*@req_cpu: the requested cpu*@pwq: pointer to struct pool_workqueue*@work: pointer to struct work_struct* This event occurs when a work is queued immediately or once a* delayed work is actually queued

Proto:static inline void trace_workqueue_queue_work(unsigned int req_cpu, struct pool_workqueue *pwq, struct work_struct *work)

Type:void

Parameter:

TypeParameterName
unsigned intreq_cpu
struct pool_workqueue *pwq
struct work_struct *work

NULL

Caller
NameDescribe
__queue_work