Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c164 static void idle_call_stop_or_retain_tick(bool stop_tick) in idle_call_stop_or_retain_tick() argument
166 if (stop_tick || tick_nohz_tick_stopped()) in idle_call_stop_or_retain_tick()
181 static void cpuidle_idle_call(bool stop_tick) in cpuidle_idle_call() argument
197 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()
238 stop_tick = true; in cpuidle_idle_call()
243 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
245 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()
253 idle_call_stop_or_retain_tick(stop_tick); in cpuidle_idle_call()
/linux/drivers/cpuidle/governors/
H A Dhaltpoll.c51 bool *stop_tick) in haltpoll_select() argument
54 *stop_tick = false; in haltpoll_select()
67 *stop_tick = false; in haltpoll_select()
72 *stop_tick = false; in haltpoll_select()
H A Dmenu.c219 bool *stop_tick) in menu_select() argument
293 *stop_tick = !(drv->states[0].flags & CPUIDLE_FLAG_POLLING); in menu_select()
370 *stop_tick = false; in menu_select()
H A Dteo.c309 bool *stop_tick) in teo_select() argument
544 *stop_tick = false; in teo_select()
/linux/drivers/cpuidle/
H A Dcpuidle.c360 bool *stop_tick) in cpuidle_select() argument
362 return cpuidle_curr_governor->select(drv, dev, stop_tick); in cpuidle_select()
/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst111 bool *stop_tick);
124 The ``stop_tick`` argument is used to indicate whether or not to stop
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2015 bool stop_tick; member
2066 ctx->stop_tick = false; in tick_ctx_pick_groups_from_list()
2116 ctx->stop_tick = true; in tick_ctx_init()
2430 if (ctx->stop_tick) in tick_ctx_update_resched_target()