Home
last modified time | relevance | path

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

/linux/Documentation/livepatch/
H A 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/drivers/net/wireless/ath/ath10k/
H A Dpci.c443 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
457 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
500 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
512 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_wake()
522 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
529 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_force_sleep()
541 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
562 spin_unlock_irqrestore(&ar_pci->ps_lock, flags); in ath10k_pci_wake()
575 spin_lock_irqsave(&ar_pci->ps_lock, flags); in ath10k_pci_sleep()
589 spin_unlock_irqrestore(&ar_pci->ps_lock, flag in ath10k_pci_sleep()
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1178 mutex_lock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()
1200 mutex_unlock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()
1225 mutex_lock(&ptp_port->ps_lock); in ice_ptp_port_phy_restart()
1268 mutex_unlock(&ptp_port->ps_lock); in ice_ptp_port_phy_restart()
3246 mutex_init(&ptp_port->ps_lock); in ice_ptp_init_port()
3369 mutex_destroy(&ptp->port.ps_lock); in ice_ptp_release()
3397 mutex_destroy(&pf->ptp.port.ps_lock); in ice_ptp_release()
3420 mutex_destroy(&pf->ptp.port.ps_lock);
H A Dice_ptp.h143 * @ps_lock: mutex used to protect the overall PTP PHY start procedure
154 struct mutex ps_lock; /* protects overall PTP PHY start procedure */
152 struct mutex ps_lock; /* protects overall PTP PHY start procedure */ global() member
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_main.c341 spin_lock_init(&adapter->ps_lock); in rsi_91x_init()
H A Drsi_main.h368 spinlock_t ps_lock; /*To protect power save config*/ member
H A Drsi_91x_mac80211.c722 spin_lock_irqsave(&adapter->ps_lock, flags); in rsi_mac80211_config()
727 spin_unlock_irqrestore(&adapter->ps_lock, flags); in rsi_mac80211_config()
/linux/net/mac80211/
H A Dsta_info.c658 spin_lock_init(&sta->ps_lock); in __sta_info_alloc()
1859 spin_lock_bh(&sta->ps_lock); in ieee80211_sta_ps_deliver_wakeup()
1888 spin_unlock_bh(&sta->ps_lock); in ieee80211_send_null_response()
H A Dtx.c486 spin_lock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
495 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()
513 spin_unlock(&sta->ps_lock); in ieee80211_tx_h_unicast_ps_buf()