Searched refs:queue_stop_reason_lock (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | util.c | 366 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 368 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_wake_queue_by_reason() 426 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 428 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queue_by_reason() 452 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 458 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skb() 469 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 491 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_add_pending_skbs() 503 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() 508 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_stop_queues_by_reason() [all …]
|
D | debugfs.c | 165 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in queues_read() 170 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in queues_read()
|
D | tx.c | 1329 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 1343 &local->queue_stop_reason_lock, in ieee80211_tx_frags() 1363 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_frags() 1368 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_tx_frags() 2538 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_tx_pending() 2557 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 2561 spin_lock_irqsave(&local->queue_stop_reason_lock, in ieee80211_tx_pending() 2570 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() 968 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop() 978 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_do_stop()
|
D | agg-tx.c | 248 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in __acquires() 252 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in __acquires()
|
D | main.c | 610 spin_lock_init(&local->queue_stop_reason_lock); in ieee80211_alloc_hw_nm()
|
D | ieee80211_i.h | 1119 spinlock_t queue_stop_reason_lock; member
|
D | mlme.c | 1585 spin_lock_irqsave(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work() 1588 spin_unlock_irqrestore(&local->queue_stop_reason_lock, in ieee80211_dynamic_ps_enable_work() 1596 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); in ieee80211_dynamic_ps_enable_work()
|