Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/net/mac80211/ |
| D | util.c | 320 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 322 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 383 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 385 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 409 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 415 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 426 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 448 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 460 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() 465 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() [all …]
|
| D | debugfs.c | 289 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 294 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
| D | iface.c | 746 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 758 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 998 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 1008 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
| D | agg-tx.c | 257 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 261 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
| D | tx.c | 1610 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1624 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1644 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1649 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3913 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 3932 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 3936 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 3945 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
|
| D | main.c | 651 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
| D | mlme.c | 1706 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1709 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1717 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|
| D | ieee80211_i.h | 1140 spinlock_t queue_stop_reason_lock; member
|