Home
last modified time | relevance | path

Searched refs:ps_lock (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.15/Documentation/livepatch/
Dshadow-vars.rst120 allocate a shadow copy of the ps_lock pointer, then initialize it::
127 spinlock_t *ps_lock;
133 ps_lock = klp_shadow_alloc(sta, PS_LOCK, sizeof(*ps_lock), gfp,
135 if (!ps_lock)
137 spin_lock_init(ps_lock);
140 When requiring a ps_lock, query the shadow variable API to retrieve one
145 spinlock_t *ps_lock;
148 ps_lock = klp_shadow_get(sta, PS_LOCK);
149 if (ps_lock)
150 spin_lock(ps_lock);
[all …]
/Linux-v5.15/drivers/staging/rtl8192e/rtl8192e/
Drtl_ps.c83 spin_lock_irqsave(&priv->ps_lock, flags); in rtl92e_enter_sleep()
89 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl92e_enter_sleep()
98 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl92e_enter_sleep()
104 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl92e_enter_sleep()
Drtl_core.h356 spinlock_t ps_lock; member
Drtl_core.c985 spin_lock_init(&priv->ps_lock); in _rtl92e_init_priv_lock()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c365 spin_lock_bh(&dev->ps_lock); in mt7603_sta_remove()
368 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_remove()
404 spin_lock_bh(&dev->ps_lock); in mt7603_sta_ps()
406 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_ps()
436 spin_lock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
450 spin_unlock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
Dbeacon.c30 spin_lock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
41 spin_unlock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
Ddma.c58 spin_lock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
64 spin_unlock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
Dmt7603.h133 spinlock_t ps_lock; member
Dinit.c505 spin_lock_init(&dev->ps_lock); in mt7603_register_device()
Dmac.c232 spin_lock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()
257 spin_unlock_bh(&dev->ps_lock); in mt7603_wtbl_set_ps()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dpci.c442 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
456 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
499 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
511 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
521 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
528 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
540 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
561 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
574 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
588 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
[all …]
Dpci.h136 spinlock_t ps_lock; member
/Linux-v5.15/drivers/net/wireless/rsi/
Drsi_91x_main.c327 spin_lock_init(&adapter->ps_lock); in rsi_91x_init()
Drsi_main.h360 spinlock_t ps_lock; /*To protect power save config*/ member
Drsi_91x_mac80211.c708 spin_lock_irqsave(&adapter->ps_lock, flags); in rsi_mac80211_config()
713 spin_unlock_irqrestore(&adapter->ps_lock, flags); in rsi_mac80211_config()
/Linux-v5.15/net/mac80211/
Dsta_info.h611 spinlock_t ps_lock; member
Dsta_info.c356 spin_lock_init(&sta->ps_lock); in sta_info_alloc()
1339 spin_lock(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
1368 spin_unlock(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
Dtx.c502 spin_lock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
511 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
529 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()