Searched refs:queue_stop_reason_lock (Results 1 – 6 of 6) sorted by relevance
/linux/net/mac80211/ |
H A D | util.c | 387 __releases(&local->queue_stop_reason_lock) 388 __acquires(&local->queue_stop_reason_lock) 404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 416 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 428 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 430 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 487 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 489 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 527 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 529 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
H A D | tx.c | 1691 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1705 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1725 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1730 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3829 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3831 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4554 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4563 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4568 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4854 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() [all …]
|
H A D | agg-tx.c | 247 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 251 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
H A D | iface.c | 642 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 652 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
H A D | ieee80211_i.h | 1380 spinlock_t queue_stop_reason_lock; member
|
H A D | mlme.c | 3194 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 3197 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3205 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|