Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Dinit_task.c144 .mems_allowed_seq = SEQCNT_ZERO(init_task.mems_allowed_seq),
152 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/Linux-v4.19/include/linux/
Dseqlock.h92 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)} macro
415 .seqcount = SEQCNT_ZERO(lockname), \
/Linux-v4.19/fs/
Dfs_struct.c165 .seq = SEQCNT_ZERO(init_fs.seq),
/Linux-v4.19/net/sched/
Dsch_generic.c573 .running = SEQCNT_ZERO(noop_qdisc.running),
/Linux-v4.19/net/xfrm/
Dxfrm_state.c44 static __read_mostly seqcount_t xfrm_state_hash_generation = SEQCNT_ZERO(xfrm_state_hash_generation…