Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dseqlock.h649 } seqcount_latch_t; typedef
676 static inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch()
693 read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in read_seqcount_latch_retry()
779 static inline void raw_write_seqcount_latch(seqcount_latch_t *s) in raw_write_seqcount_latch()
A Drbtree_latch.h45 seqcount_latch_t seq;
/linux-6.3-rc2/kernel/time/
A Dsched_clock.c39 seqcount_latch_t seq;
A Dtimekeeping.c72 seqcount_latch_t seq;
/linux-6.3-rc2/Documentation/locking/
A Dseqlock.rst144 Latch sequence counters (``seqcount_latch_t``)
152 Use seqcount_latch_t when the write side sections cannot be protected
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c60 seqcount_latch_t seq; /* 32 + 4 = 36 */
/linux-6.3-rc2/kernel/printk/
A Dprintk.c454 seqcount_latch_t latch;

Completed in 24 milliseconds