Searched refs:nohz_flags (Results 1 – 3 of 3) sorted by relevance
1020 atomic_t nohz_flags; member2461 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
757 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()
10798 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()