Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Ddebugfs_sta.c212 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
216 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
238 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
242 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
265 spin_lock_bh(&local->active_txq_lock[ac]); in sta_aql_read()
268 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_aql_read()
Dtx.c1510 spin_lock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
1512 spin_unlock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
3801 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
3849 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
3861 spin_lock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
3883 spin_unlock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
3922 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3952 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3958 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3968 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_schedule_start()
[all …]
Dsta_info.c1908 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
1912 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
Dmain.c695 spin_lock_init(&local->active_txq_lock[i]); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1149 spinlock_t active_txq_lock[IEEE80211_NUM_ACS]; member
Drx.c1578 spin_lock(&local->active_txq_lock[txq->ac]); in sta_ps_start()
1581 spin_unlock(&local->active_txq_lock[txq->ac]); in sta_ps_start()