Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
| /linux/net/mac80211/ |
| H A D | util.c | 401 __releases(&local->queue_stop_reason_lock) 402 __acquires(&local->queue_stop_reason_lock) 418 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 430 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 442 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 444 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 501 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 503 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 541 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 543 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
| H A D | debugfs.c | 577 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 582 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
| H A D | tx.c | 1708 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1722 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1742 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1747 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3903 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3905 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4654 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4663 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4668 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 5014 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() [all …]
|
| H A D | agg-tx.c | 248 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 252 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
| H A D | iface.c | 693 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 703 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
| H A D | main.c | 987 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
| H A D | ieee80211_i.h | 1486 spinlock_t queue_stop_reason_lock; member
|
| H A D | mlme.c | 3934 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 3937 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3945 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|