Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-internal.h116 extern int tick_oneshot_mode_active(void);
129 static inline int tick_oneshot_mode_active(void) { return 0; } in tick_oneshot_mode_active() function
H A Dtick-oneshot.c121 int tick_oneshot_mode_active(void) in tick_oneshot_mode_active() function
H A Dtick-common.c296 if (tick_oneshot_mode_active()) in tick_check_preferred()