Searched refs:ktime_get_aux_ts64 (Results 1 – 2 of 2) sorted by relevance
272 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
67 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() function2906 EXPORT_SYMBOL_GPL(ktime_get_aux_ts64);2920 return ktime_get_aux_ts64(id, tp) ? 0 : -ENODEV; in aux_get_timespec()