Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Dutil.c357 __releases(&local->queue_stop_reason_lock)
358 __acquires(&local->queue_stop_reason_lock)
374 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs()
386 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs()
398 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs()
400 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs()
495 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
497 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
562 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
564 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
[all …]
Ddebugfs.c580 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read()
585 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
Dtx.c1669 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags()
1683 &local->queue_stop_reason_lock, in ieee80211_tx_frags()
1703 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags()
1708 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags()
4395 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4409 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023()
4653 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
4672 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
4676 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
[all …]
Dagg-tx.c256 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires()
260 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
Diface.c559 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
569 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
1360 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open()
1372 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.c1890 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
1893 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work()
1901 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
Dieee80211_i.h1256 spinlock_t queue_stop_reason_lock; member