Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeper_internal.h93 unsigned int clock_was_set_seq; member
Dhrtimer.h192 unsigned int clock_was_set_seq; member
/linux-4.4.14/kernel/time/
Dtimekeeping.c578 tk->clock_was_set_seq++; in timekeeping_update()
1955 if (*cwsseq != tk->clock_was_set_seq) { in ktime_get_update_offsets_now()
1956 *cwsseq = tk->clock_was_set_seq; in ktime_get_update_offsets_now()
Dhrtimer.c508 return ktime_get_update_offsets_now(&base->clock_was_set_seq, in hrtimer_update_base()