Lines Matching refs:queued
32 When a new work item gets queued, the worker begins executing again.
86 off of the queue, one after the other. If no work is queued, the
92 which manages worker-pools and processes the queued work items.
96 worker-pools to serve work items queued on unbound workqueues - the
107 When a work item is queued to a workqueue, the target worker-pool is
111 be queued on the worklist of either normal or highpri worker-pool that
148 on code paths that handle memory reclaim are required to be queued on
171 Work items queued to an unbound wq are served by the special
201 Work items of a highpri wq are queued to the highpri
251 behavior. Work items on such wq are always queued to the unbound
261 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.
310 Now, let's assume w1 and w2 are queued to a different wq q1 which has
331 they should be queued to separate wq each with WQ_MEM_RECLAIM.