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

/linux-master/include/linux/
H A Dtimekeeper_internal.h56 * @clock_was_set_seq: The sequence number of clock was set events
102 unsigned int clock_was_set_seq; member in struct:timekeeper
H A Dhrtimer_defs.h76 * @clock_was_set_seq: Sequence counter of clock was set events
107 unsigned int clock_was_set_seq; member in struct:hrtimer_cpu_base
H A Dtimekeeping.h280 * @clock_was_set_seq: The sequence number of clock-was-set events
288 unsigned int clock_was_set_seq; member in struct:system_time_snapshot
/linux-master/kernel/time/
H A Dtimekeeping.c775 tk->clock_was_set_seq++;
1072 systime_snapshot->clock_was_set_seq = tk->clock_was_set_seq;
1218 unsigned int clock_was_set_seq = 0; local
1253 clock_was_set_seq = tk->clock_was_set_seq;
1293 history_begin->clock_was_set_seq != clock_was_set_seq;
2304 * sequence number in @cwsseq and timekeeper.clock_was_set_seq are
2324 if (*cwsseq != tk->clock_was_set_seq) {
[all...]
H A Dhrtimer.c634 ktime_t now = ktime_get_update_offsets_now(&base->clock_was_set_seq,
889 seq = cpu_base->clock_was_set_seq;
896 if (seq == cpu_base->clock_was_set_seq)

Completed in 180 milliseconds