1TRACE_WORKQUEUE_QUEU(9)            Workqueue           TRACE_WORKQUEUE_QUEU(9)
2
3
4

NAME

6       trace_workqueue_queue_work - called when a work gets queued
7

SYNOPSIS

9       void trace_workqueue_queue_work(unsigned int req_cpu,
10                                       struct pool_workqueue * pwq,
11                                       struct work_struct * work);
12

ARGUMENTS

14       req_cpu
15           the requested cpu
16
17       pwq
18           pointer to struct pool_workqueue
19
20       work
21           pointer to struct work_struct
22

DESCRIPTION

24       This event occurs when a work is queued immediately or once a delayed
25       work is actually queued on a workqueue (ie: once the delay has been
26       reached).
27

AUTHORS

29       Jason Baron <jbaron@redhat.com>
30           Author.
31
32       William Cohen <wcohen@redhat.com>
33           Author.
34
36Kernel Hackers Manual 3.10         June 2019           TRACE_WORKQUEUE_QUEU(9)
Impressum