Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c11789 static atomic_t sched_balance_running = ATOMIC_INIT(0);
11830 if (!atomic_try_cmpxchg_acquire(&sched_balance_running, &zero, 1)) in sched_balance_rq()
12077 atomic_set_release(&sched_balance_running, 0); in sched_balance_rq()
11788 static atomic_t sched_balance_running = ATOMIC_INIT(0); global() variable