Lines Matching defs:seqlock
47 struct seqlock { struct
51 typedef struct seqlock seqlock_t; argument
115 seqlock_init(struct seqlock *seqlock) in seqlock_init()
127 lkpi_write_seqlock(struct seqlock *seqlock, const bool irqsave) in lkpi_write_seqlock()
136 write_seqlock(struct seqlock *seqlock) in write_seqlock()
142 lkpi_write_sequnlock(struct seqlock *seqlock, const bool irqsave) in lkpi_write_sequnlock()
151 write_sequnlock(struct seqlock *seqlock) in write_sequnlock()
163 #define write_seqlock_irqsave(seqlock, flags) do { \ argument
169 write_sequnlock_irqrestore(struct seqlock *seqlock, in write_sequnlock_irqrestore()
176 read_seqbegin(const struct seqlock *seqlock) in read_seqbegin()
181 #define read_seqretry(seqlock, gen) \ argument