Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/net/mac80211/ |
D | util.c | 303 __releases(&local->queue_stop_reason_lock) 304 __acquires(&local->queue_stop_reason_lock) 320 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 332 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 343 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 345 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 440 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 442 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 507 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 509 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
D | debugfs.c | 347 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 352 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
D | iface.c | 744 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 756 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 996 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 1006 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
D | agg-tx.c | 254 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 258 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
D | tx.c | 1640 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1654 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1674 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1679 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 4146 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 4165 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 4169 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 4178 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
|
D | main.c | 665 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
D | ieee80211_i.h | 1157 spinlock_t queue_stop_reason_lock; member
|
D | mlme.c | 1771 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1774 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1782 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|