Lines Matching full:tick
60 * the tick period length and uses this information when deciding whether or not
61 * to stop the scheduler tick.
93 * enough, return it and prevent the scheduler tick from being stopped.
104 #include <linux/tick.h>
266 * @stop_tick: Indication on whether or not to stop the scheduler tick.
345 * allow the tick to be stopped it is shallow enough. in teo_select()
366 * Take the possible duration limitation present if the tick in teo_select()
468 * If the selected state's target residency is below the tick length in teo_select()
469 * and intercepts occurring before the tick length are the majority of in teo_select()
470 * total wakeup events, do not stop the tick. in teo_select()
478 * Allow the tick to be stopped unless the selected state is a polling in teo_select()
479 * one or the expected idle duration is shorter than the tick period in teo_select()
487 * The tick is not going to be stopped, so if the target residency of in teo_select()
489 * timer including the tick, try to correct that. in teo_select()