Searched refs:RWST_READ_HELD (Results 1 – 2 of 2) sorted by relevance
140 ASSERT(RWST_READ_HELD(l)); in rwst_exit()173 return (RWST_READ_HELD(l)); in rwst_lock_held()
59 #define RWST_READ_HELD(l) ((l)->rwst_count > 0) macro