Lines Matching refs:workqueue
14 is needed and the workqueue (wq) API is the most commonly used
20 queue is called workqueue and the thread is called worker.
22 While there are work items on the workqueue the worker executes the
24 there is no work item left on the workqueue the worker becomes idle.
58 * Maintain compatibility with the original workqueue API.
78 workqueue.
95 workqueue API functions as they see fit. They can influence some
97 workqueue they are putting the work item on. These flags include
102 When a work item is queued to a workqueue, the target worker-pool is
103 determined according to the queue parameters and workqueue attributes
105 unless specifically overridden, a work item of a bound workqueue will
133 Unbound workqueue can be assigned custom attributes using
134 ``apply_workqueue_attrs()`` and workqueue will automatically create
153 ``create_*workqueue()`` functions are deprecated and scheduled for
356 workqueue users.
373 $ echo workqueue:workqueue_queue_work > /sys/kernel/tracing/set_event
397 2. No one queues the work item to another workqueue.
411 .. kernel-doc:: include/linux/workqueue.h
413 .. kernel-doc:: kernel/workqueue.c