Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dsched.h799 atomic_t nohz_flags; member
2081 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
Dcore.c584 if (!(atomic_read(nohz_flags(cpu)) & NOHZ_KICK_MASK)) in got_nohz_idle_kick()
594 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(cpu)); in got_nohz_idle_kick()
6039 atomic_set(&rq->nohz_flags, 0); in sched_init()
Dfair.c9075 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
9403 if (!(atomic_read(nohz_flags(this_cpu)) & NOHZ_KICK_MASK)) in nohz_idle_balance()
9407 atomic_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()
9414 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(this_cpu)); in nohz_idle_balance()