Searched defs:seqcount (Results 1 – 2 of 2) sorted by relevance
41 struct seqcount { struct45 typedef struct seqcount seqcount_t; argument48 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()[all …]
413 int seqcount; in ncl_bioread() local