Searched refs:NOHZ_NEWILB_KICK (Results 1 – 2 of 2) sorted by relevance
12711 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()
1291 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()