Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dseqlock.h648 } seqcount_latch_t; typedef
662 static inline void seqcount_latch_init(seqcount_latch_t *s) in seqcount_latch_init()
678 static inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch()
695 read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in read_seqcount_latch_retry()
781 static inline void raw_write_seqcount_latch(seqcount_latch_t *s) in raw_write_seqcount_latch()
Drbtree_latch.h45 seqcount_latch_t seq;
/Linux-v5.10/kernel/time/
Dsched_clock.c38 seqcount_latch_t seq;
Dtimekeeping.c70 seqcount_latch_t seq;
/Linux-v5.10/Documentation/locking/
Dseqlock.rst145 Latch sequence counters (``seqcount_latch_t``)
153 Use seqcount_latch_t when the write side sections cannot be protected
/Linux-v5.10/arch/x86/kernel/
Dtsc.c57 seqcount_latch_t seq; /* 32 + 4 = 36 */