Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_ageq.c121 IEEE80211_AGEQ_UNLOCK(aq); in ieee80211_ageq_append()
128 IEEE80211_AGEQ_UNLOCK(aq); in ieee80211_ageq_append()
181 IEEE80211_AGEQ_UNLOCK(aq); in ieee80211_ageq_age()
235 IEEE80211_AGEQ_UNLOCK(aq); in ieee80211_ageq_remove()
H A Dieee80211_freebsd.h177 #define IEEE80211_AGEQ_UNLOCK(_aq) mtx_unlock(&(_aq)->aq_lock) macro