Home
last modified time | relevance | path

Searched refs:ht_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c46 spinlock_t ht_lock; /* Synchronise with NAPI */ member
59 spin_lock_init(&qpn_htbl->ht_lock); in mlx5i_pkey_qpn_ht_init()
98 spin_lock_bh(&ht->ht_lock); in mlx5i_pkey_add_qpn()
100 spin_unlock_bh(&ht->ht_lock); in mlx5i_pkey_add_qpn()
118 spin_lock_bh(&ht->ht_lock); in mlx5i_pkey_del_qpn()
120 spin_unlock_bh(&ht->ht_lock); in mlx5i_pkey_del_qpn()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_cm.c1108 spin_lock_irqsave(&cm_core->ht_lock, flags); in i40iw_schedule_cm_timer()
1115 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in i40iw_schedule_cm_timer()
1227 spin_lock_irqsave(&cm_core->ht_lock, flags); in i40iw_cm_timer_tick()
1230 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in i40iw_cm_timer_tick()
1324 spin_lock_irqsave(&cm_core->ht_lock, flags); in i40iw_cm_timer_tick()
1329 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in i40iw_cm_timer_tick()
1443 spin_lock_irqsave(&cm_core->ht_lock, flags); in i40iw_find_node()
1451 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in i40iw_find_node()
1455 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in i40iw_find_node()
1516 spin_lock_irqsave(&cm_core->ht_lock, flags); in i40iw_add_hte_node()
[all …]
Di40iw_cm.h414 spinlock_t ht_lock; /* manage hash table */ member