Home
last modified time | relevance | path

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

/arch/s390/kernel/
Didle.c42 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()
/arch/s390/include/asm/
Didle.h16 seqcount_t seqcount; member
/arch/powerpc/include/asm/
Dkvm_host.h429 u64 seqcount; /* used to synchronize access, also count * 2 */ member
/arch/powerpc/kernel/
Dasm-offsets.c468 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
/arch/powerpc/kvm/
Dbook3s_hv.c2181 count = acc->seqcount; in debugfs_timings_read()
2186 if (count == acc->seqcount) { in debugfs_timings_read()