Lines Matching refs:items

22 While there are work items on the workqueue the worker executes the
23 functions associated with the work items one after the other. When
43 while an ST wq one for the whole system. Work items had to compete for
86 subsystems and drivers queue work items on and the backend mechanism
87 which manages worker-pools and processes the queued work items.
89 There are two worker-pools, one for normal work items and the other
91 worker-pools to serve work items queued on unbound workqueues - the
94 Subsystems and drivers can create and queue work items through special
96 aspects of the way the work items are executed by setting flags on the
118 number of the currently runnable workers. Generally, work items are
125 are pending work items. This allows using a minimal number of workers
142 through the use of rescue workers. All work items which might be used
160 and ``@max_active`` control how work items are assigned execution
168 Work items queued to an unbound wq are served by the special
172 worker-pools try to start execution of work items as soon as
186 suspend operations. Work items on the wq are drained and no
195 Work items of a highpri wq are queued to the highpri
204 Work items of a CPU intensive wq do not contribute to the
206 work items will not prevent other work items in the same
208 work items which are expected to hog CPU cycles so that their
211 Although CPU intensive work items don't contribute to the
214 non-CPU-intensive work items can delay execution of CPU
215 intensive work items.
228 per CPU which can be assigned to the work items of a wq. For example,
229 with ``@max_active`` of 16, at most 16 work items of the wq can be
239 The number of active work items of a wq is usually regulated by the
240 users of the wq, more specifically, by how many work items the users
242 throttling the number of active work items, specifying '0' is
247 achieve this behavior. Work items on such wq were always queued to the
262 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.
330 items which are used during memory reclaim. Each wq with
332 there is dependency among multiple work items used during memory
343 (``WQ_MEM_RECLAIM``, flush and work item attributes. Work items
345 flushed as a part of a group of work items, and don't require any
350 * Unless work items are expected to consume a huge amount of CPU