Home
last modified time | relevance | path

Searched refs:seqcount_latch_init (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dtsc.c190 seqcount_latch_init(&c2n->seq); in cyc2ns_init_boot_cpu()
207 seqcount_latch_init(&c2n->seq); in cyc2ns_init_secondary_cpus()
/linux-5.19.10/include/linux/
Dseqlock.h663 #define seqcount_latch_init(s) seqcount_init(&(s)->seqcount) macro