Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h878 atomic_t nohz_flags; member
2228 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
Dcore.c639 if (!(atomic_read(nohz_flags(cpu)) & NOHZ_KICK_MASK)) in got_nohz_idle_kick()
649 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(cpu)); in got_nohz_idle_kick()
6684 atomic_set(&rq->nohz_flags, 0); in sched_init()
Dfair.c9489 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
9840 if (!(atomic_read(nohz_flags(this_cpu)) & NOHZ_KICK_MASK)) in nohz_idle_balance()
9844 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()
9849 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()