Searched refs:queue_stop_reason_lock (Results 1 – 7 of 7) sorted by relevance
/linux/net/mac80211/ |
H A 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() 487 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 489 spin_unlock_irqrestore(&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() 529 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
H A D | debugfs.c | 607 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 612 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
H A D | tx.c | 1683 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1697 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1717 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1722 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3820 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3822 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4550 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4559 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4564 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4849 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); 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 | 644 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 654 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
H A D | ieee80211_i.h | 1435 spinlock_t queue_stop_reason_lock; member
|
H A D | mlme.c | 3430 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 3433 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 3441 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|