Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
HDif_wpivar.h285 #define WPI_LOCK_ASSERT(_sc) KKASSERT(lockstatus(&(_sc)->sc_mtx, curthread) == LK_EXCLUSIVE) macro
326 #define WPI_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro
HDif_wpi.c3299 WPI_LOCK_ASSERT(sc); in wpi_cmd()
5584 WPI_LOCK_ASSERT(sc);