HomeSort by: relevance | last modified time | path
    Searched defs:sql_count (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
seqlock.h 133 struct seqcount sql_count; member in struct:seqlock
143 seqcount_init(&seqlock->sql_count);
150 seqcount_destroy(&seqlock->sql_count);
159 write_seqcount_begin(&seqlock->sql_count);
166 write_seqcount_end(&seqlock->sql_count);
184 return read_seqcount_begin(&seqlock->sql_count);
191 return read_seqcount_retry(&seqlock->sql_count, gen);

Completed in 11 milliseconds