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:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:workqueue_activate_work - called when a work gets activated*@work: pointer to struct work_struct* This event occurs when a queued work is put on the active queue,* which happens immediately after queueing unless @max_active limit* is reached.

Proto:static inline void trace_workqueue_activate_work(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work

NULL

Caller
NameDescribe
pwq_activate_delayed_work
__queue_work