Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c12711 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_run_idle_balance()
12717 if ((flags == NOHZ_NEWILB_KICK) && !need_resched()) in nohz_run_idle_balance()
12738 atomic_or(NOHZ_NEWILB_KICK, nohz_flags(this_cpu)); in nohz_newidle_balance()
H A Dcore.c1291 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()