Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtick.h103 extern int tick_oneshot_mode_active(void);
111 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() function
120 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() function
/linux-2.6.39/kernel/time/
Dtick-oneshot.c163 int tick_oneshot_mode_active(void) in tick_oneshot_mode_active() function
Dclocksource.c563 tick_oneshot_mode_active()) { in clocksource_select()
825 if (!tick_oneshot_mode_active() || in sysfs_show_available_clocksources()