Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimekeeping.h253 extern void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot);
/Linux-v4.19/kernel/time/
Dtimekeeping.c963 void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot) in ktime_get_snapshot() argument
978 systime_snapshot->cs_was_changed_seq = tk->cs_was_changed_seq; in ktime_get_snapshot()
979 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq; in ktime_get_snapshot()
987 systime_snapshot->cycles = now; in ktime_get_snapshot()
988 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
989 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()