Searched refs:seqcount (Results 1 – 5 of 5) sorted by relevance
239 seq = curr->seqcount; in accumulate_time()240 curr->seqcount = seq + 1; in accumulate_time()248 curr->seqcount = seq + 2; in accumulate_time()
2888 count = acc->seqcount; in debugfs_timings_read()2893 if (count == acc->seqcount) { in debugfs_timings_read()
81 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence); in __cyc2ns_read()88 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence))); in __cyc2ns_read()
425 u64 seqcount; /* used to synchronize access, also count * 2 */ member
388 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
Completed in 21 milliseconds