Home
last modified time | relevance | path

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

/include/linux/
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()
Drbtree_latch.h45 seqcount_latch_t seq;