Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_freebsd.h95 #define IEEE80211_NODE_LOCK_OBJ(_nt) (&(_nt)->nt_nodelock.mtx) macro
97 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))
99 mtx_lock(IEEE80211_NODE_LOCK_OBJ(_nt))
101 mtx_owned(IEEE80211_NODE_LOCK_OBJ(_nt))
103 mtx_unlock(IEEE80211_NODE_LOCK_OBJ(_nt))
105 mtx_assert(IEEE80211_NODE_LOCK_OBJ(_nt), MA_OWNED)