Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/net/mac80211/ |
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 …]
|
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()
|
D | tx.c | 1693 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1707 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1727 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1732 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3807 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 3809 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_dequeue() 4529 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4538 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4543 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx_8023() 4826 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() [all …]
|
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()
|
D | iface.c | 634 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 644 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
D | main.c | 792 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
D | ieee80211_i.h | 1346 spinlock_t queue_stop_reason_lock; member
|
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()
|