Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dclockchips.h212 extern int tick_check_broadcast_expired(void);
214 static inline int tick_check_broadcast_expired(void) { return 0; } in tick_check_broadcast_expired() function
222 static inline int tick_check_broadcast_expired(void) { return 0; } in tick_check_broadcast_expired() function
/Linux-v5.15/kernel/sched/
Didle.c63 (cpu_idle_force_poll || tick_check_broadcast_expired())) in cpu_idle_poll()
302 if (cpu_idle_force_poll || tick_check_broadcast_expired()) { in do_idle()
/Linux-v5.15/kernel/time/
Dtick-broadcast.c625 int tick_check_broadcast_expired(void) in tick_check_broadcast_expired() function