Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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.c987 spin_lock_init(&priv->ps_lock); in _rtl92e_init_priv_lock()
/kernel/linux/linux-5.10/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()
402 spin_lock_bh(&dev->ps_lock); in mt7603_sta_ps()
404 spin_unlock_bh(&dev->ps_lock); in mt7603_sta_ps()
434 spin_lock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
448 spin_unlock_bh(&dev->ps_lock); in mt7603_release_buffered_frames()
Dbeacon.c28 spin_lock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
39 spin_unlock_bh(&dev->ps_lock); in mt7603_update_beacon_iter()
Ddma.c79 spin_lock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
85 spin_unlock_bh(&dev->ps_lock); in mt7603_rx_loopback_skb()
Dmt7603.h133 spinlock_t ps_lock; member
Dinit.c533 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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_main.h368 spinlock_t ps_lock; /*To protect power save config*/ member
Drsi_91x_main.c341 spin_lock_init(&adapter->ps_lock); in rsi_91x_init()
Drsi_91x_mac80211.c707 spin_lock_irqsave(&adapter->ps_lock, flags); in rsi_mac80211_config()
712 spin_unlock_irqrestore(&adapter->ps_lock, flags); in rsi_mac80211_config()
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.h604 spinlock_t ps_lock; member
Dsta_info.c356 spin_lock_init(&sta->ps_lock); in sta_info_alloc()
1343 spin_lock(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
1372 spin_unlock(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
Dtx.c514 spin_lock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
523 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
541 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()