Searched refs:seqcount (Results 1 – 7 of 7) sorted by relevance
62 raw_write_seqcount_begin(&idle->seqcount); in arch_cpu_idle()68 raw_write_seqcount_end(&idle->seqcount); in arch_cpu_idle()80 seq = read_seqcount_begin(&idle->seqcount); in show_idle_count()84 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_count()97 seq = read_seqcount_begin(&idle->seqcount); in show_idle_time()101 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_time()123 seq = read_seqcount_begin(&idle->seqcount); in arch_cpu_idle_time()126 } while (read_seqcount_retry(&idle->seqcount, seq)); in arch_cpu_idle_time()
16 seqcount_t seqcount; member
29 seq = curr->seqcount; in __accumulate_time()30 curr->seqcount = seq + 1; in __accumulate_time()38 curr->seqcount = seq + 2; in __accumulate_time()
2618 count = acc->seqcount; in debugfs_timings_read()2623 if (count == acc->seqcount) { in debugfs_timings_read()
77 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence); in cyc2ns_read_begin()84 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence))); in cyc2ns_read_begin()
422 u64 seqcount; /* used to synchronize access, also count * 2 */ member
389 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()