Lines Matching defs:seqcount
41 struct seqcount { struct
45 typedef struct seqcount seqcount_t; argument
48 seqcount_init(struct seqcount *seqcount) in seqcount_init()
55 seqcount_destroy(struct seqcount *seqcount) in seqcount_destroy()
63 write_seqcount_begin(struct seqcount *seqcount) in write_seqcount_begin()
72 write_seqcount_end(struct seqcount *seqcount) in write_seqcount_end()
82 __read_seqcount_begin(const struct seqcount *seqcount) in __read_seqcount_begin()
94 __read_seqcount_retry(const struct seqcount *seqcount, unsigned gen) in __read_seqcount_retry()
102 read_seqcount_begin(const struct seqcount *seqcount) in read_seqcount_begin()
113 read_seqcount_retry(const struct seqcount *seqcount, unsigned gen) in read_seqcount_retry()
121 raw_read_seqcount(const struct seqcount *seqcount) in raw_read_seqcount()