Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c12307 if ((atomic_read(nohz_flags(ilb_cpu)) & flags) == flags) in kick_ilb()
12314 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
12711 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_run_idle_balance()
12738 atomic_or(NOHZ_NEWILB_KICK, nohz_flags(this_cpu)); in nohz_newidle_balance()
H A Dcore.c1291 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
8609 atomic_set(&rq->nohz_flags, 0); in sched_init()