Searched refs:LA_XLOCKED (Results 1 – 11 of 11) sorted by relevance
286 #define SA_XLOCKED LA_XLOCKED294 #define SX_XLOCKED LA_XLOCKED
123 #define RA_WLOCKED LA_XLOCKED
205 #define KA_XLOCKED LA_XLOCKED
117 #define LA_XLOCKED 0x00000004 /* Lock is exclusively locked. */ macro
286 #define RA_WLOCKED LA_XLOCKED
545 #define MA_OWNED LA_XLOCKED
425 sx_assert(&(_sc)->softc_lock, LA_XLOCKED)
2484 case LA_XLOCKED: in witness_assert()2485 case LA_XLOCKED | LA_RECURSED: in witness_assert()2486 case LA_XLOCKED | LA_NOTRECURSED: in witness_assert()2493 if ((flags & LA_XLOCKED) != 0 && in witness_assert()
741 locked = LA_XLOCKED; in kern_ioctl()809 case LA_XLOCKED: in kern_ioctl()
204 what |= LA_XLOCKED; in assert_mtx()
1109 class->lc_assert(c->c_lock, LA_XLOCKED); in _callout_stop_safe()