Home
last modified time | relevance | path

Searched refs:too_many_workers (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dworkqueue.c974 static bool too_many_workers(struct worker_pool *pool) in too_many_workers() function
1067 if (too_many_workers(pool) && !timer_pending(&pool->idle_timer)) in worker_enter_idle()
2945 * pool is at the too_many_workers() tipping point would cause too much timer
2959 if (too_many_workers(pool)) { in idle_worker_timeout()
3002 while (too_many_workers(pool)) { in idle_cull_fn()