Lines Matching refs:pool
48 worker pool. A MT wq could provide only one execution context per CPU
59 their own thread pool.
70 * Automatically regulate worker pool and level of concurrency so that
107 When a work item is queued to a workqueue, the target worker-pool is
109 and appended on the shared worklist of the worker-pool. For example,
111 be queued on the worklist of either normal or highpri worker-pool that
114 For any worker pool implementation, managing the concurrency level
120 Each worker-pool bound to an actual CPU implements concurrency
121 management by hooking into the scheduler. The worker-pool is notified
127 workers on the CPU, the worker-pool doesn't start execution of a new
150 pressure. Else it is possible that the worker-pool deadlocks waiting
202 worker-pool of the target cpu. Highpri worker-pools are
206 each other. Each maintain its separate pool of workers and
214 worker-pool from starting execution. This is useful for bound