Searched refs:seqcount (Results 1 – 5 of 5) sorted by relevance
42 write_seqcount_begin(&idle->seqcount); in enabled_wait()48 write_seqcount_end(&idle->seqcount); in enabled_wait()60 seq = read_seqcount_begin(&idle->seqcount); in show_idle_count()64 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_count()77 seq = read_seqcount_begin(&idle->seqcount); in show_idle_time()81 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_time()103 seq = read_seqcount_begin(&idle->seqcount); in arch_cpu_idle_time()106 } while (read_seqcount_retry(&idle->seqcount, seq)); in arch_cpu_idle_time()
16 seqcount_t seqcount; member
429 u64 seqcount; /* used to synchronize access, also count * 2 */ member
468 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
2181 count = acc->seqcount; in debugfs_timings_read()2186 if (count == acc->seqcount) { in debugfs_timings_read()