Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtick-internal.h107 static inline bool tick_oneshot_possible(void) { return true; } in tick_oneshot_possible() function
120 static inline bool tick_oneshot_possible(void) { return false; } in tick_oneshot_possible() function
137 static inline bool tick_broadcast_oneshot_available(void) { return tick_oneshot_possible(); } in tick_broadcast_oneshot_available()