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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h146 #define IEEE80211_NODE_LOCK_OBJ(_nt) (&(_nt)->nt_nodelock.mtx) macro
148 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
150 mtx_lock(IEEE80211_NODE_LOCK_OBJ(_nt))
152 mtx_owned(IEEE80211_NODE_LOCK_OBJ(_nt))
154 mtx_unlock(IEEE80211_NODE_LOCK_OBJ(_nt))
156 mtx_assert(IEEE80211_NODE_LOCK_OBJ(_nt), MA_OWNED)

Completed in 38 milliseconds