Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeping.h272 extern bool ktime_get_aux_ts64(clockid_t id, struct timespec64 *kt);
275 static inline bool ktime_get_aux_ts64(clockid_t id, struct timespec64 *kt) { return false; } in ktime_get_aux_ts64() function
/linux/kernel/time/
H A Dtimekeeping.c67 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64()
1689 ktime_get_aux_ts64(id, ts); in ktime_get_clock_ts64()
2897 bool ktime_get_aux_ts64(clockid_t id, struct timespec64 *ts) in ktime_get_aux_ts64() function
2906 EXPORT_SYMBOL_GPL(ktime_get_aux_ts64);
2920 return ktime_get_aux_ts64(id, tp) ? 0 : -ENODEV; in aux_get_timespec()