Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dtimekeeping.c1001 u64 nsec_real; in ktime_get_snapshot() local
1017 nsec_real = timekeeping_cycles_to_ns(&tk->tkr_mono, now); in ktime_get_snapshot()
1022 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1023 systime_snapshot->boot = ktime_add_ns(base_boot, nsec_real); in ktime_get_snapshot()
1264 u64 nsec_real, nsec_raw; in get_device_system_crosststamp() local
1309 nsec_real = timekeeping_cycles_to_ns(&tk->tkr_mono, cycles); in get_device_system_crosststamp()
1313 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()