'\" t .\" Title: trace_workqueue_activate_work .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Workqueue .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TRACE_WORKQUEUE_ACTI" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Workqueue" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" trace_workqueue_activate_work \- called when a work gets activated .SH "SYNOPSIS" .HP \w'void\ trace_workqueue_activate_work('u .BI "void trace_workqueue_activate_work(struct\ work_struct\ *\ " "work" ");" .SH "ARGUMENTS" .PP \fIwork\fR .RS 4 pointer to struct work_struct .RE .SH "DESCRIPTION" .PP This event occurs when a queued work is put on the active queue, which happens immediately after queueing unless \fImax_active\fR limit is reached\&. .SH "AUTHORS" .PP \fBJason Baron\fR <\&jbaron@redhat.com\&> .RS 4 Author. .RE .PP \fBWilliam Cohen\fR <\&wcohen@redhat.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br