Searched refs:ktime_to_timespec64 (Results 1 – 4 of 4) sorted by relevance
231 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()236 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()246 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()251 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
105 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts()107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
75 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro211 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
4332 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestamp()4341 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_timestampns()4350 struct timespec64 ts = ktime_to_timespec64(skb->tstamp); in skb_get_new_timestampns()
Completed in 25 milliseconds