Lines Matching +full:idle +full:- +full:state
1 /* SPDX-License-Identifier: GPL-2.0 */
24 * struct tick_sched - sched tick emulation and no idle tick control/stats
28 * @nohz_mode: Mode - one state of tick_nohz_mode
29 * @inidle: Indicator that the CPU is in the tick idle mode
30 * @tick_stopped: Indicator that the idle tick has been stopped
31 * @idle_active: Indicator that the CPU is actively in the tick idle mode;
33 * @do_timer_lst: CPU was the last one doing do_timer before going idle
40 * @idle_jiffies: jiffies at the entry to idle for idle time accounting
41 * @idle_calls: Total number of idle calls
42 * @idle_sleeps: Number of idle calls, where the sched tick was stopped
43 * @idle_entrytime: Time when the idle call was entered
44 * @idle_waketime: Time when the idle was interrupted
45 * @idle_exittime: Time when the idle state was left
46 * @idle_sleeptime: Sum of the time slept in idle with sched tick stopped
47 * @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
51 * @tick_dep_mask: Tick dependency mask - is set, if someone needs the tick
92 extern int __tick_broadcast_oneshot_control(enum tick_broadcast_state state);
95 __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument
97 return -EBUSY; in __tick_broadcast_oneshot_control()