Lines Matching refs:workqueue
21 is needed and the workqueue (wq) API is the most commonly used
27 queue is called workqueue and the thread is called worker.
29 While there are work items on the workqueue the worker executes the
31 there is no work item left on the workqueue the worker becomes idle.
64 * Maintain compatibility with the original workqueue API.
83 workqueue.
100 workqueue API functions as they see fit. They can influence some
102 workqueue they are putting the work item on. These flags include
107 When a work item is queued to a workqueue, the target worker-pool is
108 determined according to the queue parameters and workqueue attributes
110 unless specifically overridden, a work item of a bound workqueue will
138 Unbound workqueue can be assigned custom attributes using
139 apply_workqueue_attrs() and workqueue will automatically create
156 alloc_workqueue() allocates a wq. The original create_*workqueue()
356 workqueue users.
373 $ echo workqueue:workqueue_queue_work > /sys/kernel/debug/tracing/set_event