Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
A Dbook3s_hv_p9_entry.c239 seq = curr->seqcount; in accumulate_time()
240 curr->seqcount = seq + 1; in accumulate_time()
248 curr->seqcount = seq + 2; in accumulate_time()
A Dbook3s_hv.c2888 count = acc->seqcount; in debugfs_timings_read()
2893 if (count == acc->seqcount) { in debugfs_timings_read()
/arch/x86/kernel/
A Dtsc.c81 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()
/arch/powerpc/include/asm/
A Dkvm_host.h425 u64 seqcount; /* used to synchronize access, also count * 2 */ member
/arch/powerpc/kernel/
A Dasm-offsets.c388 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()

Completed in 21 milliseconds