Home
last modified time | relevance | path

Searched refs:sql_count (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dseqlock.h133 struct seqcount sql_count; member
143 seqcount_init(&seqlock->sql_count); in seqlock_init()
150 seqcount_destroy(&seqlock->sql_count); in seqlock_destroy()
159 write_seqcount_begin(&seqlock->sql_count); in write_seqlock()
166 write_seqcount_end(&seqlock->sql_count); in write_sequnlock()
184 return read_seqcount_begin(&seqlock->sql_count); in read_seqbegin()
191 return read_seqcount_retry(&seqlock->sql_count, gen); in read_seqretry()