Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | util.c | 394 __releases(&local->queue_stop_reason_lock) 395 __acquires(&local->queue_stop_reason_lock) 411 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 423 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 435 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 437 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 493 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 495 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 532 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 534 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
H A D | debugfs.c | 571 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 576 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
H A D | tx.c | 1698 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1712 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1732 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1737 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3813 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3815 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4536 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4545 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4550 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4833 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() [all …]
|
H A D | agg-tx.c | 256 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 260 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
H A D | iface.c | 664 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 674 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
H A D | main.c | 819 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
H A D | ieee80211_i.h | 1346 spinlock_t queue_stop_reason_lock; member
|
H A D | mlme.c | 2361 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 2364 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 2372 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|