Home
last modified time | relevance | path

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

/Linux-v5.4/init/
Dinit_task.c144 .mems_allowed_seq = SEQCNT_ZERO(init_task.mems_allowed_seq),
152 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/Linux-v5.4/include/linux/
Dseqlock.h92 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)} macro
415 .seqcount = SEQCNT_ZERO(lockname), \
/Linux-v5.4/fs/
Dfs_struct.c166 .seq = SEQCNT_ZERO(init_fs.seq),
/Linux-v5.4/net/sched/
Dsch_generic.c560 .running = SEQCNT_ZERO(noop_qdisc.running),
/Linux-v5.4/kernel/time/
Dtimekeeping.c50 .seq = SEQCNT_ZERO(tk_core.seq),
/Linux-v5.4/net/xfrm/
Dxfrm_state.c47 static __read_mostly seqcount_t xfrm_state_hash_generation = SEQCNT_ZERO(xfrm_state_hash_generation…