Lines Matching defs:void
70 static inline void tick_suspend_broadcast(void) { } in tick_suspend_broadcast() argument
71 static inline void tick_resume_broadcast(void) { } in tick_resume_broadcast() argument
72 static inline bool tick_resume_check_broadcast(void) { return false; } in tick_resume_check_broadcast() argument
73 static inline void tick_broadcast_init(void) { } in tick_broadcast_init() argument
84 static inline void tick_suspend(void) { } in tick_suspend() argument
85 static inline void tick_resume(void) { } in tick_resume() argument
97 static inline bool tick_oneshot_possible(void) { return true; } in tick_oneshot_possible() argument
107 static inline void tick_resume_oneshot(void) { BUG(); } in tick_resume_oneshot() argument
109 static inline void tick_oneshot_notify(void) { } in tick_oneshot_notify() argument
110 static inline bool tick_oneshot_possible(void) { return false; } in tick_oneshot_possible() argument
111 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() argument
112 static inline void tick_clock_notify(void) { } in tick_clock_notify() argument
127 static inline void tick_broadcast_switch_to_oneshot(void) { } in tick_broadcast_switch_to_oneshot() argument
129 static inline int tick_broadcast_oneshot_active(void) { return 0; } in tick_broadcast_oneshot_active() argument
130 static inline void tick_check_oneshot_broadcast_this_cpu(void) { } in tick_check_oneshot_broadcast_this_cpu() argument
131 static inline bool tick_broadcast_oneshot_available(void) { return tick_oneshot_possible(); } in tick_broadcast_oneshot_available() argument
138 static inline void tick_nohz_init(void) { } in tick_nohz_init() argument