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

/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_mc.c107 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
275 LOCK_DESTROY(sc);
293 LOCK_DESTROY(sc);
H A Dtegra_rtc.c86 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
264 LOCK_DESTROY(sc);
282 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
737 LOCK_DESTROY(sc);
757 LOCK_DESTROY(sc);
H A Dtegra_xhci.c224 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
988 LOCK_DESTROY(sc);
/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c67 #define LOCK_DESTROY(_sc) sx_destroy(&_sc->lock) macro
588 LOCK_DESTROY(sc);
617 LOCK_DESTROY(sc);
H A Dtegra_dc.c67 #define LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx) macro
1395 LOCK_DESTROY(sc);
1421 LOCK_DESTROY(sc);
/freebsd-12-stable/sys/dev/oce/
H A Doce_hw.c364 LOCK_DESTROY(&sc->bmbx_lock);
365 LOCK_DESTROY(&sc->dev_lock);
H A Doce_queue.c314 LOCK_DESTROY(&wq->tx_lock);
315 LOCK_DESTROY(&wq->tx_compl_lock);
502 LOCK_DESTROY(&rq->rx_lock);
H A Doce_if.h544 #define LOCK_DESTROY(lock) \ macro
H A Doce_if.c411 LOCK_DESTROY(&sc->dev_lock);
412 LOCK_DESTROY(&sc->bmbx_lock);

Completed in 261 milliseconds