Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-internal.h109 extern int tick_oneshot_mode_active(void);
122 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() function
Dtick-oneshot.c110 int tick_oneshot_mode_active(void) in tick_oneshot_mode_active() function
Dtick-common.c270 if (tick_oneshot_mode_active()) in tick_check_preferred()
Dclocksource.c552 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select()
926 if (!tick_oneshot_mode_active() || in sysfs_show_available_clocksources()