Searched refs:LA_UNLOCKED (Results 1 – 10 of 10) sorted by relevance
58 LOCK_CLASS(__lock)->lc_assert(__lock, LA_UNLOCKED); \
286 #define SA_UNLOCKED LA_UNLOCKED294 #define SX_UNLOCKED LA_UNLOCKED
124 #define RA_UNLOCKED LA_UNLOCKED
202 #define KA_UNLOCKED LA_UNLOCKED
113 #define LA_UNLOCKED 0x00000000 /* Lock is unlocked. */ macro
284 #define RA_UNLOCKED LA_UNLOCKED
545 #define MA_NOTOWNED LA_UNLOCKED
744 locked = LA_UNLOCKED; in kern_ioctl()765 locked = LA_UNLOCKED; in kern_ioctl()
2464 case LA_UNLOCKED: in witness_assert()
311 knl->kl_assert_lock((knl)->kl_lockarg, LA_UNLOCKED); \