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

/linux-master/include/linux/
H A Drbtree_latch.h45 seqcount_latch_t seq;
H A Dseqlock.h592 * Latch sequence counters (seqcount_latch_t)
603 } seqcount_latch_t; typedef in typeref:struct:__anon611
606 * SEQCNT_LATCH_ZERO() - static initializer for seqcount_latch_t
607 * @seq_name: Name of the seqcount_latch_t instance
614 * seqcount_latch_init() - runtime initializer for seqcount_latch_t
615 * @s: Pointer to the seqcount_latch_t instance
621 * @s: Pointer to seqcount_latch_t
630 static __always_inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s)
640 * raw_read_seqcount_latch_retry() - end a seqcount_latch_t read section
641 * @s: Pointer to seqcount_latch_t
[all...]
/linux-master/kernel/time/
H A Dsched_clock.c39 seqcount_latch_t seq;
H A Dtimekeeping.c72 seqcount_latch_t seq;
/linux-master/arch/x86/kernel/
H A Dtsc.c60 seqcount_latch_t seq; /* 32 + 4 = 36 */
/linux-master/kernel/printk/
H A Dprintk.c473 seqcount_latch_t latch;

Completed in 142 milliseconds