Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeping.h271 extern bool ktime_get_aux(clockid_t id, ktime_t *kt);
274 static inline bool ktime_get_aux(clockid_t id, ktime_t *kt) { return false; } in ktime_get_aux() function
/linux/kernel/time/
H A Dtimekeeping.c2864 bool ktime_get_aux(clockid_t id, ktime_t *kt) in ktime_get_aux() function
2890 EXPORT_SYMBOL_GPL(ktime_get_aux);
2903 if (!ktime_get_aux(id, &now)) in ktime_get_aux_ts64()