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.h3287 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK | NOHZ_NEXT_KICK) macro
H A Dcore.c1308 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
1309 WARN_ON(!(flags & NOHZ_KICK_MASK)); in nohz_csd_func()
H A Dfair.c12398 if (flags & NOHZ_KICK_MASK) in kick_ilb()
12666 WARN_ON_ONCE((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()