Home
last modified time | relevance | path

Searched refs:stop_tick (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dcpuidle.h139 bool *stop_tick);
171 struct cpuidle_device *dev, bool *stop_tick) in cpuidle_select() argument
255 bool *stop_tick);
/Linux-v4.19/kernel/sched/
Didle.c186 bool stop_tick = true; in cpuidle_idle_call() local
191 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
193 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
/Linux-v4.19/drivers/cpuidle/governors/
Dmenu.c284 bool *stop_tick) in menu_select() argument
303 *stop_tick = false; in menu_select()
432 *stop_tick = false; in menu_select()
/Linux-v4.19/drivers/cpuidle/
Dcpuidle.c284 bool *stop_tick) in cpuidle_select() argument
286 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()