Searched refs:_aq (Results 1 – 1 of 1) sorted by relevance
175 #define IEEE80211_AGEQ_INIT(_aq, _name) \ argument176 mtx_init(&(_aq)->aq_lock, _name, "802.11 age q", MTX_DEF)177 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock) argument178 #define IEEE80211_AGEQ_LOCK(_aq) mtx_lock(&(_aq)->aq_lock) argument179 #define IEEE80211_AGEQ_UNLOCK(_aq) mtx_unlock(&(_aq)->aq_lock) argument