Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Dutil.c302 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
304 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason()
339 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
341 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason()
364 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb()
368 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb()
380 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs_fn()
404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs_fn()
422 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason()
427 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason()
[all …]
Ddebugfs.c308 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read()
313 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
Dtx.c1305 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __ieee80211_tx()
1332 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in __ieee80211_tx()
1336 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __ieee80211_tx()
2066 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
2085 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
2089 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending()
2099 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending()
Dagg-tx.c466 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires()
470 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
Diface.c556 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
566 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
Dmain.c630 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw()
Dieee80211_i.h715 spinlock_t queue_stop_reason_lock; member