Home
last modified time | relevance | path

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

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