Searched defs:seqlock (Results 1 – 3 of 3) sorted by relevance
131 struct seqlock { struct136 typedef struct seqlock seqlock_t; argument139 seqlock_init(struct seqlock *seqlock) in seqlock_init()147 seqlock_destroy(struct seqlock *seqlock) in seqlock_destroy()155 write_seqlock(struct seqlock *seqlock) in write_seqlock()163 write_sequnlock(struct seqlock *seqlock) in write_sequnlock()181 read_seqbegin(const struct seqlock *seqlock) in read_seqbegin()188 read_seqretry(const struct seqlock *seqlock, unsigned gen) in read_seqretry()
143 ATF_TC_HEAD(seqlock, tc) in ATF_TC_HEAD() argument148 ATF_TC_BODY(seqlock, tc) in ATF_TC_BODY() argument
123 seqlock_t seqlock; member