Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | util.c | 354 __releases(&local->queue_stop_reason_lock) 355 __acquires(&local->queue_stop_reason_lock) 371 spin_unlock_irqrestore(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 383 spin_lock_irqsave(&local->queue_stop_reason_lock, *flags); in _ieee80211_wake_txqs() 394 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 396 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_txqs() 491 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 493 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 558 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 560 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() [all …]
|
| H A D | debugfs.c | 480 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 485 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
| H A D | tx.c | 1653 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1667 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1687 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1692 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 4217 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4226 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4231 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_8023() 4467 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 4486 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 4490 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() [all …]
|
| H A D | iface.c | 567 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 577 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 1283 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 1295 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open()
|
| 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 | main.c | 691 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
| H A D | mlme.c | 1859 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1862 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1870 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|
| H A D | ieee80211_i.h | 1175 spinlock_t queue_stop_reason_lock; member
|