Searched refs:queue_stop_reason_lock (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mac80211/ |
| H A D | util.c | 386 __releases(&local->queue_stop_reason_lock) 387 __acquires(&local->queue_stop_reason_lock) 403 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 415 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 427 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 429 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 486 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 488 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 526 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 528 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
| H A D | tx.c | 1692 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1706 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1726 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1731 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3834 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3836 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4564 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4573 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4578 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4863 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 | 661 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 671 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
| H A D | main.c | 984 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
| H A D | ieee80211_i.h | 1445 spinlock_t queue_stop_reason_lock; member
|
| H A D | mlme.c | 3545 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 3548 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3556 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|