Searched refs:SEQCNT_ZERO (Results 1 - 6 of 6) sorted by relevance

/linux-master/mm/
H A Dinit-mm.c37 .write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
/linux-master/include/linux/
H A Dseqlock.h84 * SEQCNT_ZERO() - static initializer for seqcount_t
87 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } macro
239 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
610 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
/linux-master/init/
H A Dinit_task.c168 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c36 .seq = SEQCNT_ZERO(cpu_samples.seq)
/linux-master/arch/x86/kernel/
H A Dtboot.c102 .write_protect_seq = SEQCNT_ZERO(tboot_mm.write_protect_seq),
/linux-master/drivers/firmware/efi/
H A Defi.c71 .write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),

Completed in 158 milliseconds