Lines Matching full:tick
24 * struct tick_sched - sched tick emulation and no idle tick control/stats
26 * @inidle: Indicator that the CPU is in the tick idle mode
27 * @tick_stopped: Indicator that the idle tick has been stopped
28 * @idle_active: Indicator that the CPU is actively in the tick idle mode;
31 * @got_idle_tick: Tick timer function has run with @inidle set
33 * @last_tick_jiffies: Value of jiffies seen on last tick
34 * @sched_timer: hrtimer to schedule the periodic tick in high
36 * @last_tick: Store the last tick expiry time when the tick
38 * to resume the tick timer operation in the timeline
40 * @next_tick: Next tick to be fired when in dynticks mode.
47 * @timer_expires: Anticipated timer expiration time (in case sched tick is stopped)
49 * @idle_expires: Next tick in idle, for debugging purpose only
51 * @idle_sleeps: Number of idle calls, where the sched tick was stopped
53 * @idle_sleeptime: Sum of the time slept in idle with sched tick stopped
54 * @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
55 * @tick_dep_mask: Tick dependency mask - is set, if someone needs the tick
65 /* Tick handling: jiffies stall check */
69 /* Tick handling */
81 /* Tick stop */