Searched refs:systime_snapshot (Results 1 – 1 of 1) sorted by relevance
1055 void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot) in ktime_get_snapshot() argument1072 systime_snapshot->cs_id = tk->tkr_mono.clock->id; in ktime_get_snapshot()1073 systime_snapshot->cs_was_changed_seq = tk->cs_was_changed_seq; in ktime_get_snapshot()1074 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq; in ktime_get_snapshot()1086 systime_snapshot->cycles = now; in ktime_get_snapshot()1087 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()1088 systime_snapshot->boot = ktime_add_ns(base_boot, nsec_real); in ktime_get_snapshot()1089 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()1090 systime_snapshot->mono_shift = mono_shift; in ktime_get_snapshot()1091 systime_snapshot->mono_mult = mono_mult; in ktime_get_snapshot()