Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtimekeeper_internal.h102 unsigned int clock_was_set_seq; member
Dtimekeeping.h250 unsigned int clock_was_set_seq; member
Dhrtimer.h218 unsigned int clock_was_set_seq; member
/Linux-v5.10/kernel/time/
Dtimekeeping.c753 tk->clock_was_set_seq++; in timekeeping_update()
1057 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq; in ktime_get_snapshot()
1201 unsigned int clock_was_set_seq = 0; in get_device_system_crosststamp() local
1235 clock_was_set_seq = tk->clock_was_set_seq; in get_device_system_crosststamp()
1277 history_begin->clock_was_set_seq != clock_was_set_seq; in get_device_system_crosststamp()
2301 if (*cwsseq != tk->clock_was_set_seq) { in ktime_get_update_offsets_now()
2302 *cwsseq = tk->clock_was_set_seq; in ktime_get_update_offsets_now()
Dhrtimer.c597 ktime_t now = ktime_get_update_offsets_now(&base->clock_was_set_seq, in hrtimer_update_base()