Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/linux/net/mac80211/ |
A D | util.c | 354 __releases(&local->queue_stop_reason_lock) 355 __acquires(&local->queue_stop_reason_lock) 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() 492 spin_lock_irqsave(&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() 585 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 602 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 636 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() 661 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_queue_stopped() [all …]
|
A D | debugfs.c | 579 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()
|
A D | tx.c | 1669 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() 4412 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4421 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4426 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4665 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 4684 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 4688 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() [all …]
|
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()
|
A D | iface.c | 558 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() 1300 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 1312 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open()
|
A D | main.c | 707 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
A D | mlme.c | 1804 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1807 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1815 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|
A D | ieee80211_i.h | 1230 spinlock_t queue_stop_reason_lock; member
|
Completed in 43 milliseconds