Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/mac80211/ |
| H A D | util.c | 387 __releases(&local->queue_stop_reason_lock) 388 __acquires(&local->queue_stop_reason_lock) 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() 487 spin_lock_irqsave(&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() 553 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 570 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 604 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() 629 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_queue_stopped() [all …]
|
| H A D | debugfs.c | 608 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 613 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
| 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() 3830 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3832 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4555 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4569 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4855 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 4874 spin_unlock_irqrestore(&local->queue_stop_reason_lock, 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 | 641 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 651 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
| H A D | main.c | 960 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
| H A D | ieee80211_i.h | 1386 spinlock_t queue_stop_reason_lock; member
|
| H A D | mlme.c | 3348 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 3351 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3359 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|