Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/ !
Dsched.h2784 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK | NOHZ_NEXT_KICK) macro
Dcore.c1162 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
1163 WARN_ON(!(flags & NOHZ_KICK_MASK)); in nohz_csd_func()
Dfair.c10990 if (flags & NOHZ_KICK_MASK) in kick_ilb()
11260 SCHED_WARN_ON((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()