Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dinit-mm.c35 .write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
/linux-6.3-rc2/include/linux/
A Dseqlock.h117 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } macro
286 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
656 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
/linux-6.3-rc2/init/
A Dinit_task.c172 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/linux-6.3-rc2/Documentation/locking/
A Dseqlock.rst63 static seqcount_t foo_seqcount = SEQCNT_ZERO(foo_seqcount);
67 .seq = SEQCNT_ZERO(foo.seq),
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Daperfmperf.c36 .seq = SEQCNT_ZERO(cpu_samples.seq)
/linux-6.3-rc2/arch/x86/kernel/
A Dtboot.c102 .write_protect_seq = SEQCNT_ZERO(tboot_mm.write_protect_seq),
/linux-6.3-rc2/drivers/firmware/efi/
A Defi.c67 .write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),

Completed in 30 milliseconds