Home
last modified time | relevance | path

Searched refs:tick_oneshot_mode_active (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/time/
H A Dtick-internal.h113 extern int tick_oneshot_mode_active(void);
126 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() function
H A Dtick-oneshot.c106 int tick_oneshot_mode_active(void) in tick_oneshot_mode_active() function
H A Dtick-common.c295 if (tick_oneshot_mode_active()) in tick_check_preferred()
H A Dclocksource.c1034 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select()
1455 if (!tick_oneshot_mode_active() || in available_clocksource_show()