Searched refs:RWST_TRYENTER (Results 1 – 2 of 2) sorted by relevance
72 if (flags & RWST_TRYENTER) { in rwst_enter_common()100 if (flags & RWST_TRYENTER) { in rwst_enter_common()129 return (flags & RWST_TRYENTER); in rwst_enter_common()166 return (rwst_enter_common(l, rw, RWST_TRYENTER)); in rwst_tryenter()
57 #define RWST_TRYENTER 0x01 macro