Searched refs:nr_busy (Results 1 – 2 of 2) sorted by relevance
834 int nr_busy = pool->nr_workers - nr_idle; in too_many_workers() local836 return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >= nr_busy; in too_many_workers()
11248 int nr_busy, i, cpu = rq->cpu; in nohz_balancer_kick() local11346 nr_busy = atomic_read(&sds->nr_busy_cpus); in nohz_balancer_kick()11347 if (nr_busy > 1) { in nohz_balancer_kick()