tkf               402 kernel/time/timekeeping.c 				   struct tk_fast *tkf)
tkf               404 kernel/time/timekeeping.c 	struct tk_read_base *base = tkf->base;
tkf               407 kernel/time/timekeeping.c 	raw_write_seqcount_latch(&tkf->seq);
tkf               413 kernel/time/timekeeping.c 	raw_write_seqcount_latch(&tkf->seq);
tkf               451 kernel/time/timekeeping.c static __always_inline u64 __ktime_get_fast_ns(struct tk_fast *tkf)
tkf               458 kernel/time/timekeeping.c 		seq = raw_read_seqcount_latch(&tkf->seq);
tkf               459 kernel/time/timekeeping.c 		tkr = tkf->base + (seq & 0x01);
tkf               467 kernel/time/timekeeping.c 	} while (read_seqcount_retry(&tkf->seq, seq));
tkf               517 kernel/time/timekeeping.c static __always_inline u64 __ktime_get_real_fast_ns(struct tk_fast *tkf)
tkf               524 kernel/time/timekeeping.c 		seq = raw_read_seqcount_latch(&tkf->seq);
tkf               525 kernel/time/timekeeping.c 		tkr = tkf->base + (seq & 0x01);
tkf               533 kernel/time/timekeeping.c 	} while (read_seqcount_retry(&tkf->seq, seq));