Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | debugfs.c | 171 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 176 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
D | util.c | 318 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 320 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 378 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 380 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 404 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 410 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 421 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 443 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 455 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() 460 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() [all …]
|
D | tx.c | 1342 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1356 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1376 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1381 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 3047 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 3066 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 3070 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 3079 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
|
D | iface.c | 729 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 741 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_open() 965 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 975 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
D | agg-tx.c | 249 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 253 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
D | main.c | 605 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
D | ieee80211_i.h | 1112 spinlock_t queue_stop_reason_lock; member
|
D | mlme.c | 1596 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1599 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1607 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|