Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Ddebugfs_sta.c213 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
217 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
239 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
243 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
266 spin_lock_bh(&local->active_txq_lock[ac]); in sta_aql_read()
269 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_aql_read()
Dtx.c1571 spin_lock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
1573 spin_unlock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
3946 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
3996 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
4009 spin_lock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
4033 spin_unlock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
4099 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
4132 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
4138 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
4148 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_schedule_start()
[all …]
Dsta_info.c2118 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
2126 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
Dmain.c796 spin_lock_init(&local->active_txq_lock[i]); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1279 spinlock_t active_txq_lock[IEEE80211_NUM_ACS]; member
Drx.c1581 spin_lock(&local->active_txq_lock[txq->ac]); in sta_ps_start()
1584 spin_unlock(&local->active_txq_lock[txq->ac]); in sta_ps_start()