Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c960 int nr_busy = pool->nr_workers - nr_idle; in too_many_workers() local
962 return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >= nr_busy; in too_many_workers()
/linux/kernel/sched/
H A Dfair.c12434 int nr_busy, i, cpu = rq->cpu; in nohz_balancer_kick() local
12529 nr_busy = atomic_read(&sds->nr_busy_cpus); in nohz_balancer_kick()
12530 if (nr_busy > 1) { in nohz_balancer_kick()