Searched refs:tick_check_broadcast_expired (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dclockchips.h212 extern int tick_check_broadcast_expired(void);
214 static __always_inline int tick_check_broadcast_expired(void) { return 0; } function
222 static __always_inline int tick_check_broadcast_expired(void) { return 0; } function
/linux-master/kernel/sched/
H A Didle.c61 (cpu_idle_force_poll || tick_check_broadcast_expired()))
328 if (cpu_idle_force_poll || tick_check_broadcast_expired()) {
/linux-master/kernel/time/
H A Dtick-broadcast.c626 noinstr int tick_check_broadcast_expired(void) function

Completed in 132 milliseconds