Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtimekeeping.h293 extern void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot);
/Linux-v5.10/kernel/time/
Dtimekeeping.c1041 void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot) in ktime_get_snapshot() argument
1056 systime_snapshot->cs_was_changed_seq = tk->cs_was_changed_seq; in ktime_get_snapshot()
1057 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq; in ktime_get_snapshot()
1065 systime_snapshot->cycles = now; in ktime_get_snapshot()
1066 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1067 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()