Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h3122 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK | NOHZ_NEXT_KICK) macro
H A Dcore.c1307 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
1308 WARN_ON(!(flags & NOHZ_KICK_MASK)); in nohz_csd_func()
H A Dfair.c12340 if (flags & NOHZ_KICK_MASK) in kick_ilb()
12608 WARN_ON_ONCE((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()