Lines Matching full:tick
17 /* The CPU is in the tick idle mode */
19 /* The idle tick has been stopped */
22 * Indicator that the CPU is actively in the tick idle mode;
30 /* High resolution tick mode */
34 * struct tick_sched - sched tick emulation and no idle tick control/stats
37 * @got_idle_tick: Tick timer function has run with @inidle set
39 * @last_tick_jiffies: Value of jiffies seen on last tick
40 * @sched_timer: hrtimer to schedule the periodic tick in high
42 * @last_tick: Store the last tick expiry time when the tick
44 * to resume the tick timer operation in the timeline
46 * @next_tick: Next tick to be fired when in dynticks mode.
53 * @timer_expires: Anticipated timer expiration time (in case sched tick is stopped)
55 * @idle_expires: Next tick in idle, for debugging purpose only
57 * @idle_sleeps: Number of idle calls, where the sched tick was stopped
59 * @idle_sleeptime: Sum of the time slept in idle with sched tick stopped
60 * @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
61 * @tick_dep_mask: Tick dependency mask - is set, if someone needs the tick
68 /* Tick handling: jiffies stall check */
72 /* Tick handling */
84 /* Tick stop */