Lines Matching +full:next +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
14 enum tick_device_mode mode; member
17 /* The CPU is in the tick idle mode */
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
41 * resolution mode
46 * @next_tick: Next tick to be fired when in dynticks mode.
51 * @last_jiffies: Base jiffies snapshot when next event was last computed
54 * @next_timer: Expiry time of next expiring timer for debugging purpose only
55 * @idle_expires: Next tick in idle, for debugging purpose only
61 * @tick_dep_mask: Tick dependency mask - is set, if someone needs the tick
120 return -EBUSY; in __tick_broadcast_oneshot_control()