Home
last modified time | relevance | path

Searched defs:seqcount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dseqlock.h41 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()
[all …]
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clbio.c413 int seqcount; in ncl_bioread() local