Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_power.c157 IEEE80211_PSQ_UNLOCK(psq); in ieee80211_node_psq_dequeue()
202 IEEE80211_PSQ_UNLOCK(psq); in psq_drain()
262 IEEE80211_PSQ_UNLOCK(psq); in ieee80211_node_psq_age()
337 IEEE80211_PSQ_UNLOCK(psq); in ieee80211_pwrsave()
400 IEEE80211_PSQ_UNLOCK(psq); in ieee80211_pwrsave()
450 IEEE80211_PSQ_UNLOCK(psq); in pwrsave_flushq()
H A Dieee80211_freebsd.h154 #define IEEE80211_PSQ_UNLOCK(_psq) mtx_unlock(&(_psq)->psq_lock) macro