Home
last modified time | relevance | path

Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/mac80211/
Dutil.c320 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 …]
Ddebugfs.c289 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()
Diface.c746 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()
Dagg-tx.c257 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires()
261 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
Dtx.c1610 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()
Dmain.c651 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
Dmlme.c1706 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()
Dieee80211_i.h1140 spinlock_t queue_stop_reason_lock; member