Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/sched/
Dsched.h2741 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK | NOHZ_NEXT_KICK) macro
Dcore.c1174 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
1175 WARN_ON(!(flags & NOHZ_KICK_MASK)); in nohz_csd_func()
Dfair.c10544 if (flags & NOHZ_KICK_MASK) in kick_ilb()
10815 SCHED_WARN_ON((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()