Searched refs:NOHZ_KICK_MASK (Results 1 – 3 of 3) sorted by relevance
2896 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK | NOHZ_NEXT_KICK) macro
1182 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()1183 WARN_ON(!(flags & NOHZ_KICK_MASK)); in nohz_csd_func()
11847 * Access to rq::nohz_csd is serialized by NOHZ_KICK_MASK; he who sets in kick_ilb() 11851 if (flags & NOHZ_KICK_MASK) in kick_ilb() 12125 SCHED_WARN_ON((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()