Searched refs:_aq (Results 1 – 2 of 2) sorted by relevance
185 #define IEEE80211_AGEQ_INIT(_aq, _name) \ argument186 mtx_init(&(_aq)->aq_lock, _name, "802.11 age q", MTX_DEF)187 #define IEEE80211_AGEQ_DESTROY(_aq) mtx_destroy(&(_aq)->aq_lock) argument188 #define IEEE80211_AGEQ_LOCK(_aq) mtx_lock(&(_aq)->aq_lock) argument189 #define IEEE80211_AGEQ_UNLOCK(_aq) mtx_unlock(&(_aq)->aq_lock) argument
48 ${_aq} \752 _aq= aq macro