Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h1020 atomic_t nohz_flags; member
2461 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
Dcore.c757 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(cpu)); in nohz_csd_func()
7362 if (!atomic_fetch_or(NOHZ_KICK_MASK, nohz_flags(cpu))) in sched_unisolate_cpu_unlocked()
7785 atomic_set(&rq->nohz_flags, 0); in sched_init()
Dfair.c10798 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()