Home
last modified time | relevance | path

Searched refs:seqcount (Results 1 – 7 of 7) sorted by relevance

/arch/s390/kernel/
Didle.c62 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()
/arch/s390/include/asm/
Didle.h16 seqcount_t seqcount; member
/arch/powerpc/kvm/
Dbook3s_hv_p9_entry.c29 seq = curr->seqcount; in __accumulate_time()
30 curr->seqcount = seq + 1; in __accumulate_time()
38 curr->seqcount = seq + 2; in __accumulate_time()
Dbook3s_hv.c2618 count = acc->seqcount; in debugfs_timings_read()
2623 if (count == acc->seqcount) { in debugfs_timings_read()
/arch/x86/kernel/
Dtsc.c77 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()
/arch/powerpc/include/asm/
Dkvm_host.h422 u64 seqcount; /* used to synchronize access, also count * 2 */ member
/arch/powerpc/kernel/
Dasm-offsets.c389 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()