Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/kernel/sched/
Didle.c60 (cpu_idle_force_poll || tick_check_broadcast_expired())) in cpu_idle_poll()
299 if (cpu_idle_force_poll || tick_check_broadcast_expired()) { in do_idle()
/linux-6.1.9/kernel/time/
Dtick-broadcast.c625 int tick_check_broadcast_expired(void) in tick_check_broadcast_expired() function