Searched refs:raw_write_seqcount_latch (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Drbtree_latch.h17 * employing the latch technique -- see @raw_write_seqcount_latch -- to
135 * observe one complete tree. See the comment for raw_write_seqcount_latch().
148 raw_write_seqcount_latch(&root->seq);
150 raw_write_seqcount_latch(&root->seq);
162 * raw_write_seqcount_latch().
175 raw_write_seqcount_latch(&root->seq);
177 raw_write_seqcount_latch(&root->seq);
H A Dseqlock.h623 * See raw_write_seqcount_latch() for details and a full reader/writer
633 * Pairs with the first smp_wmb() in raw_write_seqcount_latch().
654 * raw_write_seqcount_latch() - redirect latch readers to even/odd copy
734 static inline void raw_write_seqcount_latch(seqcount_latch_t *s) function
/linux-master/kernel/time/
H A Dsched_clock.c126 raw_write_seqcount_latch(&cd.seq);
132 raw_write_seqcount_latch(&cd.seq);
H A Dtimekeeping.c409 * Employ the latch technique; see @raw_write_seqcount_latch.
422 raw_write_seqcount_latch(&tkf->seq);
428 raw_write_seqcount_latch(&tkf->seq);
/linux-master/arch/x86/kernel/
H A Dtsc.c176 raw_write_seqcount_latch(&c2n->seq);
178 raw_write_seqcount_latch(&c2n->seq);
/linux-master/kernel/printk/
H A Dprintk.c531 raw_write_seqcount_latch(&ls->latch);
533 raw_write_seqcount_latch(&ls->latch);

Completed in 296 milliseconds