Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c810 int nr_busy = pool->nr_workers - nr_idle; in too_many_workers() local
812 return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >= nr_busy; in too_many_workers()
/kernel/sched/
Dfair.c9511 int nr_busy, i, cpu = rq->cpu; in nohz_balancer_kick() local
9604 nr_busy = atomic_read(&sds->nr_busy_cpus); in nohz_balancer_kick()
9605 if (nr_busy > 1) { in nohz_balancer_kick()