Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtick-internal.h109 static inline bool tick_oneshot_possible(void) { return true; } in tick_oneshot_possible() function
122 static inline bool tick_oneshot_possible(void) { return false; } in tick_oneshot_possible() function
141 static inline bool tick_broadcast_oneshot_available(void) { return tick_oneshot_possible(); } in tick_broadcast_oneshot_available()