Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dseqlock.h118 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } macro
289 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
655 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \
/Linux-v5.10/init/
Dinit_task.c170 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/Linux-v5.10/Documentation/locking/
Dseqlock.rst63 static seqcount_t foo_seqcount = SEQCNT_ZERO(foo_seqcount);
67 .seq = SEQCNT_ZERO(foo.seq),
/Linux-v5.10/net/sched/
Dsch_generic.c556 .running = SEQCNT_ZERO(noop_qdisc.running),
/Linux-v5.10/net/xfrm/
Dxfrm_state.c47 static __read_mostly seqcount_t xfrm_state_hash_generation = SEQCNT_ZERO(xfrm_state_hash_generation…