Searched refs:SA_UNLOCKED (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.h67 #define AUTOFS_ASSERT_UNLOCKED(X) sx_assert(&X->am_lock, SA_UNLOCKED)
/freebsd-11-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c397 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
421 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
461 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
530 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
546 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
566 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
582 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
777 E6000SW_LOCK_ASSERT(sc, SA_UNLOCKED);
/freebsd-11-stable/sys/dev/mge/
H A Dif_mgevar.h157 sx_assert(&sx_smi, SA_UNLOCKED); \
/freebsd-11-stable/sys/sys/
H A Dsx.h285 #define SA_UNLOCKED LA_UNLOCKED macro
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c71 #define ASSERT_UNLOCKED(_sc) sx_assert(&(_sc)->lock, SA_UNLOCKED);
/freebsd-11-stable/sys/dev/filemon/
H A Dfilemon.c123 sx_assert(&filemon->lock, SA_UNLOCKED);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pio.c96 #define AT91_PIO_ASSERT_UNLOCKED(_sc) sx_assert(&_sc->sc_mtx, SA_UNLOCKED);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c69 #define ASSERT_UNLOCKED(_sc) sx_assert(&_sc->lock, SA_UNLOCKED)
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c158 sx_assert((struct sx*)arg, SA_UNLOCKED);
/freebsd-11-stable/sys/kern/
H A Dkern_sx.c1369 case SA_UNLOCKED:
H A Dkern_jail.c3959 sx_assert(&allprison_lock, SA_UNLOCKED);
4041 sx_assert(&allprison_lock, SA_UNLOCKED);
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1621 #define DRM_UNLOCK_ASSERT(dev) sx_assert(&(dev)->dev_struct_lock, SA_UNLOCKED)

Completed in 218 milliseconds