Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dinit-mm.c34 .write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
/Linux-v5.15/include/linux/
Dseqlock.h118 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } macro
289 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
660 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
/Linux-v5.15/init/
Dinit_task.c171 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/Linux-v5.15/Documentation/locking/
Dseqlock.rst63 static seqcount_t foo_seqcount = SEQCNT_ZERO(foo_seqcount);
67 .seq = SEQCNT_ZERO(foo.seq),
/Linux-v5.15/arch/x86/kernel/
Dtboot.c104 .write_protect_seq = SEQCNT_ZERO(tboot_mm.write_protect_seq),
/Linux-v5.15/drivers/firmware/efi/
Defi.c60 .write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),
/Linux-v5.15/net/sched/
Dsch_generic.c609 .running = SEQCNT_ZERO(noop_qdisc.running),