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

/linux-master/arch/x86/kernel/
H A Dtsc.c203 seqcount_latch_init(&c2n->seq);
220 seqcount_latch_init(&c2n->seq);
/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

Completed in 139 milliseconds