Lines Matching refs:workers
40 number of workers as the number of CPUs. The kernel grew a lot of MT
123 number of the currently runnable workers. Generally, work items are
127 workers on the CPU, the worker-pool doesn't start execution of a new
130 are pending work items. This allows using a minimal number of workers
133 Keeping idle workers around doesn't cost other than the memory space
145 Forward progress guarantee relies on that workers can be created when
147 through the use of rescue workers. All work items which might be used
172 woker-pools which host workers which are not bound to any
181 of mostly unused workers across different CPUs as the issuer
206 each other. Each maintain its separate pool of workers and
207 implements concurrency management among its workers.