trace_workqueue_activate_work (9) Linux Manual Page
trace_workqueue_activate_work – called when a work gets activated
Synopsis
void trace_workqueue_activate_work(struct work_struct *work);
Arguments
work
-
- pointer to struct work_struct
Description
This event occurs when a queued work is put on the active queue, which happens immediately after queueing unless max_active limit is reached.
Authors
Jason Baron <jbaron [at] redhat.com>
- Author.
William Cohen <wcohen [at] redhat.com>
- Author.
