Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/mac80211/ |
D | util.c | 387 __releases(&local->queue_stop_reason_lock) 388 __acquires(&local->queue_stop_reason_lock) 404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 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() 430 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 486 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 488 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 525 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 527 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
D | debugfs.c | 574 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 579 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
D | tx.c | 1691 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1705 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1725 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1730 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3828 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3830 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4552 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4561 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4566 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4852 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() [all …]
|
D | agg-tx.c | 243 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 247 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
D | iface.c | 649 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 659 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
D | main.c | 955 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
D | ieee80211_i.h | 1371 spinlock_t queue_stop_reason_lock; member
|
D | mlme.c | 2989 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 2992 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3000 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|