Home
last modified time | relevance | path

Searched refs:NOHZ_BALANCE_KICK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/sched/
Dsched.h2076 #define NOHZ_BALANCE_KICK BIT(NOHZ_BALANCE_KICK_BIT) macro
2079 #define NOHZ_KICK_MASK (NOHZ_BALANCE_KICK | NOHZ_STATS_KICK)
Dfair.c9305 SCHED_WARN_ON((flags & NOHZ_KICK_MASK) == NOHZ_BALANCE_KICK); in _nohz_idle_balance()
9353 if (flags & NOHZ_BALANCE_KICK) in _nohz_idle_balance()
9369 if (flags & NOHZ_BALANCE_KICK) in _nohz_idle_balance()