Home
last modified time | relevance | path

Searched refs:MWL_LOCK_DESTROY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c200 MWL_LOCK_DESTROY(sc); in mwl_pci_attach()
233 MWL_LOCK_DESTROY(sc); in mwl_pci_detach()
H A Dif_mwlvar.h344 #define MWL_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx) macro