Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c189 seqcount_latch_init(&c2n->seq); in cyc2ns_init_boot_cpu()
206 seqcount_latch_init(&c2n->seq); in cyc2ns_init_secondary_cpus()
/OK3568_Linux_fs/kernel/include/linux/
H A Dseqlock.h662 #define seqcount_latch_init(s) seqcount_init(&(s)->seqcount) macro