Lines Matching defs:void

81 static inline void tick_suspend_broadcast(void) { }  in tick_suspend_broadcast()  argument
82 static inline void tick_resume_broadcast(void) { } in tick_resume_broadcast() argument
83 static inline bool tick_resume_check_broadcast(void) { return false; } in tick_resume_check_broadcast() argument
84 static inline void tick_broadcast_init(void) { } in tick_broadcast_init() argument
95 static inline void tick_suspend(void) { } in tick_suspend() argument
96 static inline void tick_resume(void) { } in tick_resume() argument
108 static inline bool tick_oneshot_possible(void) { return true; } in tick_oneshot_possible() argument
118 static inline void tick_resume_oneshot(void) { BUG(); } in tick_resume_oneshot() argument
120 static inline void tick_oneshot_notify(void) { } in tick_oneshot_notify() argument
121 static inline bool tick_oneshot_possible(void) { return false; } in tick_oneshot_possible() argument
122 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() argument
123 static inline void tick_clock_notify(void) { } in tick_clock_notify() argument
138 static inline void tick_broadcast_switch_to_oneshot(void) { } in tick_broadcast_switch_to_oneshot() argument
140 static inline int tick_broadcast_oneshot_active(void) { return 0; } in tick_broadcast_oneshot_active() argument
141 static inline void tick_check_oneshot_broadcast_this_cpu(void) { } in tick_check_oneshot_broadcast_this_cpu() argument
142 static inline bool tick_broadcast_oneshot_available(void) { return tick_oneshot_possible(); } in tick_broadcast_oneshot_available() argument
149 static inline void tick_nohz_init(void) { } in tick_nohz_init() argument