Lines Matching full:workqueues
82 For threaded workqueues, special purpose threads, called [k]workers, execute
87 The cmwq design differentiates between the user-facing workqueues that
93 worker-pools to serve work items queued on unbound workqueues - the
96 BH workqueues use the same framework. However, as there can only be one
140 For unbound workqueues, the number of backing pools is dynamic.
176 BH workqueues can be considered a convenience interface to softirq. BH
177 workqueues are always per-CPU and all BH work items are executed in the
180 All BH workqueues must have 0 ``max_active`` and ``WQ_HIGHPRI`` is the
246 unbound workqueues.
384 worker on the same CPU. This makes unbound workqueues behave as per-cpu
385 workqueues without concurrency management.
439 necessitating explicit configurations when workqueues are heavily used.
590 the workqueues using ``apply_workqueue_attrs()`` and/or enable
611 configuration, worker pools and how workqueues map to the pools: ::