Home
last modified time | relevance | path

Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/net/mac80211/
Dutil.c354 __releases(&local->queue_stop_reason_lock)
355 __acquires(&local->queue_stop_reason_lock)
371 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs()
383 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs()
395 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs()
397 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs()
492 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
494 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
559 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
561 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
[all …]
Ddebugfs.c579 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read()
584 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
Dtx.c1668 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags()
1682 &local->queue_stop_reason_lock, in ieee80211_tx_frags()
1702 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags()
1707 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags()
4415 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4424 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4429 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4668 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
4687 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
4691 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
[all …]
Dagg-tx.c254 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires()
258 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
Diface.c558 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
568 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
1271 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open()
1283 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open()
Dmain.c707 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
Dmlme.c1803 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
1806 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work()
1814 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
Dieee80211_i.h1211 spinlock_t queue_stop_reason_lock; member