Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Ddebugfs_sta.c211 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
215 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_read()
242 spin_lock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
246 spin_unlock_bh(&local->active_txq_lock[ac]); in sta_airtime_write()
Dtx.c1497 spin_lock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
1499 spin_unlock_bh(&local->active_txq_lock[txqi->txq.ac]); in ieee80211_txq_purge()
3677 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
3708 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_next_txq()
3720 spin_lock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
3742 spin_unlock_bh(&local->active_txq_lock[txq->ac]); in __ieee80211_schedule_txq()
3754 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3784 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3790 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_may_transmit()
3800 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_txq_schedule_start()
[all …]
Dsta_info.c1888 spin_lock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
1892 spin_unlock_bh(&local->active_txq_lock[ac]); in ieee80211_sta_register_airtime()
Dmain.c669 spin_lock_init(&local->active_txq_lock[i]); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1140 spinlock_t active_txq_lock[IEEE80211_NUM_ACS]; member
Drx.c1591 spin_lock(&local->active_txq_lock[txq->ac]); in sta_ps_start()
1594 spin_unlock(&local->active_txq_lock[txq->ac]); in sta_ps_start()