Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dsched.h947 atomic_t nohz_flags; member
2709 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
A Dfair.c10412 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
10801 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_run_idle_balance()
10835 atomic_or(NOHZ_NEWILB_KICK, nohz_flags(this_cpu)); in nohz_newidle_balance()
A Dcore.c1108 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
9396 atomic_set(&rq->nohz_flags, 0); in sched_init()

Completed in 42 milliseconds