Searched refs:raw_read_seqcount_latch (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/time/
H A Dsched_clock.c74 *seq = raw_read_seqcount_latch(&cd.seq);
90 seq = raw_read_seqcount_latch(&cd.seq);
270 unsigned int seq = raw_read_seqcount_latch(&cd.seq);
H A Dtimekeeping.c449 seq = raw_read_seqcount_latch(&tkf->seq);
564 seq = raw_read_seqcount_latch(&tkf->seq);
/linux-master/include/linux/
H A Drbtree_latch.h207 seq = raw_read_seqcount_latch(&root->seq);
H A Dseqlock.h620 * raw_read_seqcount_latch() - pick even/odd latch data copy
630 static __always_inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) function
642 * @start: count, from raw_read_seqcount_latch()
704 * seq = raw_read_seqcount_latch(&latch->seq);
/linux-master/kernel/printk/
H A Dprintk.c545 seq = raw_read_seqcount_latch(&ls->latch);

Completed in 133 milliseconds