SEQCNT_ZERO
.seq = SEQCNT_ZERO(cpu_samples.seq)
.write_protect_seq = SEQCNT_ZERO(tboot_mm.write_protect_seq),
.write_protect_seq = SEQCNT_ZERO(efi_mm.write_protect_seq),
.seqcount = SEQCNT_ZERO(seq_name.seqcount), \
.seqcount = SEQCNT_ZERO(seq_name.seqcount), \
.vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
.idle_sleeptime_seq = SEQCNT_ZERO(kernel_cpustat.idle_sleeptime_seq)
static DEFINE_PER_CPU(seqcount_t, psi_seq) = SEQCNT_ZERO(psi_seq);
.write_protect_seq = SEQCNT_ZERO(init_mm.write_protect_seq),
.mm_lock_seq = SEQCNT_ZERO(init_mm.mm_lock_seq),
static seqcount_t unix_peek_seq = SEQCNT_ZERO(unix_peek_seq);