Home
last modified time | relevance | path

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

/linux/mm/
H A Dinit-mm.c37 .write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
44 .mm_lock_seq = SEQCNT_ZERO(init_mm.mm_lock_seq),
/linux/include/linux/
H A Dseqlock.h87 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } macro
239 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \ in SEQCOUNT_LOCKNAME()
618 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c37 .seq = SEQCNT_ZERO(cpu_samples.seq)
/linux/drivers/firmware/efi/
H A Defi.c72 .write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),
/linux/kernel/sched/
H A Dpsi.c179 static DEFINE_PER_CPU(seqcount_t, psi_seq) = SEQCNT_ZERO(psi_seq);