Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtimekeeper_internal.h98 unsigned int clock_was_set_seq; member
Dtimekeeping.h210 unsigned int clock_was_set_seq; member
Dhrtimer.h205 unsigned int clock_was_set_seq; member
/Linux-v4.19/kernel/time/
Dtimekeeping.c676 tk->clock_was_set_seq++; in timekeeping_update()
979 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq; in ktime_get_snapshot()
1124 unsigned int clock_was_set_seq = 0; in get_device_system_crosststamp() local
1158 clock_was_set_seq = tk->clock_was_set_seq; in get_device_system_crosststamp()
1200 history_begin->clock_was_set_seq != clock_was_set_seq; in get_device_system_crosststamp()
2253 if (*cwsseq != tk->clock_was_set_seq) { in ktime_get_update_offsets_now()
2254 *cwsseq = tk->clock_was_set_seq; in ktime_get_update_offsets_now()
Dhrtimer.c587 ktime_t now = ktime_get_update_offsets_now(&base->clock_was_set_seq, in hrtimer_update_base()