Searched refs:LOCK_DESTROY (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/pmic/
H A Dact8846.c65 #define LOCK_DESTROY(_sc) sx_destroy(&(_sc)->lock); macro
223 LOCK_DESTROY(sc);
233 LOCK_DESTROY(sc);
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_mc.c107 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
276 LOCK_DESTROY(sc);
294 LOCK_DESTROY(sc);
H A Dtegra_rtc.c86 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
262 LOCK_DESTROY(sc);
280 LOCK_DESTROY(sc);
H A Das3722.c69 #define LOCK_DESTROY(_sc) sx_destroy(&(_sc)->lock); macro
346 LOCK_DESTROY(sc);
360 LOCK_DESTROY(sc);
H A Dtegra_i2c.c202 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
736 LOCK_DESTROY(sc);
756 LOCK_DESTROY(sc);
H A Dtegra_xhci.c224 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
952 LOCK_DESTROY(sc);
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c86 #define LOCK_DESTROY(_sc) sx_destroy(&(_sc)->lock); macro
355 LOCK_DESTROY(sc);
369 LOCK_DESTROY(sc);
H A Dmax77620.c68 #define LOCK_DESTROY(_sc) sx_destroy(&(_sc)->lock); macro
450 LOCK_DESTROY(sc);
464 LOCK_DESTROY(sc);
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c67 #define LOCK_DESTROY(_sc) sx_destroy(&_sc->lock) macro
584 LOCK_DESTROY(sc);
613 LOCK_DESTROY(sc);
H A Dtegra_dc.c67 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
1389 LOCK_DESTROY(sc);
1415 LOCK_DESTROY(sc);
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.c350 LOCK_DESTROY(&sc->bmbx_lock);
351 LOCK_DESTROY(&sc->dev_lock);
H A Doce_queue.c301 LOCK_DESTROY(&wq->tx_lock);
302 LOCK_DESTROY(&wq->tx_compl_lock);
477 LOCK_DESTROY(&rq->rx_lock);
H A Doce_if.h537 #define LOCK_DESTROY(lock) \ macro
H A Doce_if.c404 LOCK_DESTROY(&sc->dev_lock);
405 LOCK_DESTROY(&sc->bmbx_lock);

Completed in 203 milliseconds