Searched refs:LA_NOTRECURSED (Results 1 – 9 of 9) sorted by relevance
69 LOCK_CLASS(__lock)->lc_assert(__lock, LA_LOCKED | LA_NOTRECURSED); \
289 #define SA_NOTRECURSED LA_NOTRECURSED297 #define SX_NOTRECURSED LA_NOTRECURSED
126 #define RA_NOTRECURSED LA_NOTRECURSED
208 #define KA_NOTRECURSED LA_NOTRECURSED
119 #define LA_NOTRECURSED 0x00000010 /* Lock is not recursed. */ macro
289 #define RA_NOTRECURSED LA_NOTRECURSED
548 #define MA_NOTRECURSED LA_NOTRECURSED
2480 case LA_LOCKED | LA_NOTRECURSED: in witness_assert()2483 case LA_SLOCKED | LA_NOTRECURSED: in witness_assert()2486 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()2510 if ((flags & LA_NOTRECURSED) != 0 && in witness_assert()
199 rw_assert(rw, RA_LOCKED | LA_NOTRECURSED); in unlock_rw()