Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wi/
H A Dif_wivar.h181 #define WI_LOCK_ASSERT(_sc) KKASSERT(lockstatus(&(_sc)->sc_lk, curthread) == LK_EXCLUSIVE) macro
185 #define WI_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED) macro
H A Dif_wi.c685 WI_LOCK_ASSERT(sc); in wi_init()
709 WI_LOCK_ASSERT(sc); in wi_stop()
959 WI_LOCK_ASSERT(sc); in wi_start()
1154 WI_LOCK_ASSERT(sc); in wi_watchdog()