Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dtopology.h94 int nohz_idle; /* NOHZ IDLE status */ member
/Linux-v4.19/kernel/sched/
Dfair.c9186 if (!sd || !sd->nohz_idle) in set_cpu_sd_state_busy()
9188 sd->nohz_idle = 0; in set_cpu_sd_state_busy()
9216 if (!sd || sd->nohz_idle) in set_cpu_sd_state_idle()
9218 sd->nohz_idle = 1; in set_cpu_sd_state_idle()