Lines Matching defs:tkf
461 * @tkf: Pointer to NMI safe timekeeper
474 struct tk_fast *tkf)
476 struct tk_read_base *base = tkf->base;
479 write_seqcount_latch_begin(&tkf->seq);
485 write_seqcount_latch(&tkf->seq);
490 write_seqcount_latch_end(&tkf->seq);
493 static __always_inline u64 __ktime_get_fast_ns(struct tk_fast *tkf)
500 seq = read_seqcount_latch(&tkf->seq);
501 tkr = tkf->base + (seq & 0x01);
504 } while (read_seqcount_latch_retry(&tkf->seq, seq));
615 struct tk_fast *tkf = &tk_fast_mono;
621 seq = raw_read_seqcount_latch(&tkf->seq);
622 tkr = tkf->base + (seq & 0x01);
625 } while (raw_read_seqcount_latch_retry(&tkf->seq, seq));