Searched refs:seqcount_latch_t (Results 1 – 7 of 7) sorted by relevance
653 } seqcount_latch_t; typedef680 static inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch()697 read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in read_seqcount_latch_retry()783 static inline void raw_write_seqcount_latch(seqcount_latch_t *s) in raw_write_seqcount_latch()
45 seqcount_latch_t seq;
38 seqcount_latch_t seq;
70 seqcount_latch_t seq;
144 Latch sequence counters (``seqcount_latch_t``)152 Use seqcount_latch_t when the write side sections cannot be protected
58 seqcount_latch_t seq; /* 32 + 4 = 36 */
371 seqcount_latch_t latch;
Completed in 28 milliseconds