'\" t .\" Title: trace_workqueue_queue_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_QUEU" "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_queue_work \- called when a work gets queued .SH "SYNOPSIS" .HP \w'void\ trace_workqueue_queue_work('u .BI "void trace_workqueue_queue_work(unsigned\ int\ " "req_cpu" ", struct\ pool_workqueue\ *\ " "pwq" ", struct\ work_struct\ *\ " "work" ");" .SH "ARGUMENTS" .PP \fIreq_cpu\fR .RS 4 the requested cpu .RE .PP \fIpwq\fR .RS 4 pointer to struct pool_workqueue .RE .PP \fIwork\fR .RS 4 pointer to struct work_struct .RE .SH "DESCRIPTION" .PP This event occurs when a work is queued immediately or once a delayed work is actually queued on a workqueue (ie: once the delay has been 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