Lines Matching refs:periodic
74 interrupt(s). The next event is currently defined to be periodic, with its
100 System-level global event devices are used for the Linux periodic tick. Per-CPU
107 - system global periodic tick (jiffies update)
110 - cpu local next event interrupt (non periodic mode)
151 initialized, the system works in the usual low resolution periodic mode. The
186 Once a system has switched to high resolution mode, the periodic tick is
187 switched off. This disables the per system global periodic clock event device -
190 The periodic tick functionality is provided by an per-cpu hrtimer. The callback
193 based periodic tick is designed to be extended with dynamic tick functionality.
195 timer and periodic events (jiffies tick, profiling, process accounting) on UP
211 Dynamic ticks are the logical consequence of the hrtimer based periodic tick
223 without worthless interruption by the periodic tick. The function is also
230 it calls schedule(). hrtimer_restart_sched_tick() resumes the periodic tick,