Lines Matching refs:ts64
16 struct timespec64 ts64; in getnstimeofday() local
18 ktime_get_real_ts64(&ts64); in getnstimeofday()
19 *ts = timespec64_to_timespec(ts64); in getnstimeofday()
24 struct timespec64 ts64; in ktime_get_ts() local
26 ktime_get_ts64(&ts64); in ktime_get_ts()
27 *ts = timespec64_to_timespec(ts64); in ktime_get_ts()
32 struct timespec64 ts64; in getrawmonotonic() local
34 ktime_get_raw_ts64(&ts64); in getrawmonotonic()
35 *ts = timespec64_to_timespec(ts64); in getrawmonotonic()
40 struct timespec64 ts64; in getboottime() local
42 getboottime64(&ts64); in getboottime()
43 *ts = timespec64_to_timespec(ts64); in getboottime()