Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dsched.h2884 #define NOHZ_NEWILB_KICK BIT(NOHZ_NEWILB_KICK_BIT) macro
Dfair.c12105 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_run_idle_balance()
12111 if ((flags == NOHZ_NEWILB_KICK) && !need_resched()) in nohz_run_idle_balance()
12139 atomic_or(NOHZ_NEWILB_KICK, nohz_flags(this_cpu)); in nohz_newidle_balance()
Dcore.c1181 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()