Home
last modified time | relevance | path

Searched refs:nohz_flags (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Dsched.h1020 atomic_t nohz_flags; member
2461 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
H A Dcore.c757 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()
H A Dfair.c10798 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h1087 atomic_t nohz_flags; member
3065 #define nohz_flags(cpu) (&cpu_rq(cpu)->nohz_flags) macro
H A Dfair.c12188 flags = atomic_fetch_or(flags, nohz_flags(ilb_cpu)); in kick_ilb()
12595 flags = atomic_fetch_andnot(NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_run_idle_balance()
12629 atomic_or(NOHZ_NEWILB_KICK, nohz_flags(this_cpu)); in nohz_newidle_balance()
H A Dcore.c1187 flags = atomic_fetch_andnot(NOHZ_KICK_MASK | NOHZ_NEWILB_KICK, nohz_flags(cpu)); in nohz_csd_func()
10218 if (!atomic_fetch_or(NOHZ_KICK_MASK, nohz_flags(cpu))) in sched_unisolate_cpu_unlocked()
10722 atomic_set(&rq->nohz_flags, 0); in sched_init()

Completed in 63 milliseconds