Query: trace_workqueue_activate_work
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE_WORKQUEUE_ACTI(9) Workqueue TRACE_WORKQUEUE_ACTI(9)NAMEtrace_workqueue_activate_work - called when a work gets activatedSYNOPSISvoid trace_workqueue_activate_work(struct work_struct * work);ARGUMENTSwork pointer to struct work_structDESCRIPTIONThis event occurs when a queued work is put on the active queue, which happens immediately after queueing unless max_active limit is reached.AUTHORSJason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRACE_WORKQUEUE_ACTI(9)