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

/linux-master/include/linux/
H A Dseqlock.h614 * seqcount_latch_init() - runtime initializer for seqcount_latch_t
617 #define seqcount_latch_init(s) seqcount_init(&(s)->seqcount) macro
/linux-master/arch/x86/kernel/
H A Dtsc.c203 seqcount_latch_init(&c2n->seq);
220 seqcount_latch_init(&c2n->seq);

Completed in 171 milliseconds