Searched refs:nohz_flags (Results 1 – 3 of 3) sorted by relevance
1019 atomic_t nohz_flags; member2459 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
752 flags = atomic_fetch_andnot(NOHZ_KICK_MASK, nohz_flags(cpu)); in nohz_csd_func()7345 if (!atomic_fetch_or(NOHZ_KICK_MASK, nohz_flags(cpu))) in sched_unisolate_cpu_unlocked()7766 atomic_set(&rq->nohz_flags, 0); in sched_init()
10508 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()