Home
last modified time | relevance | path

Searched refs:seqcount_latch_t (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/linux/
H A Dseqlock.h611 } seqcount_latch_t; typedef
638 static __always_inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch()
658 static __always_inline unsigned read_seqcount_latch(const seqcount_latch_t *s) in read_seqcount_latch()
672 raw_read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in raw_read_seqcount_latch_retry()
686 read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in read_seqcount_latch_retry()
696 static __always_inline void raw_write_seqcount_latch(seqcount_latch_t *s) in raw_write_seqcount_latch()
778 static __always_inline void write_seqcount_latch_begin(seqcount_latch_t *s) in write_seqcount_latch_begin()
788 static __always_inline void write_seqcount_latch(seqcount_latch_t *s) in write_seqcount_latch()
800 static __always_inline void write_seqcount_latch_end(seqcount_latch_t *s) in write_seqcount_latch_end()
H A Drbtree_latch.h45 seqcount_latch_t seq;
/linux-6.15/kernel/time/
H A Dsched_clock.c39 seqcount_latch_t seq;
H A Dtimekeeping.c71 seqcount_latch_t seq;
/linux-6.15/Documentation/locking/
H A Dseqlock.rst144 Latch sequence counters (``seqcount_latch_t``)
152 Use seqcount_latch_t when the write side sections cannot be protected
/linux-6.15/arch/x86/kernel/
H A Dtsc.c63 seqcount_latch_t seq; /* 32 + 4 = 36 */
/linux-6.15/kernel/printk/
H A Dprintk.c505 seqcount_latch_t latch;