Searched refs:ht_lock (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 46 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-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_cm.c | 1108 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 …]
|
D | i40iw_cm.h | 414 spinlock_t ht_lock; /* manage hash table */ member
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 860 spin_lock_irqsave(&cm_core->ht_lock, flags); in nes_cm_timer_tick() 870 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in nes_cm_timer_tick() 1142 spin_lock_irqsave(&cm_core->ht_lock, flags); in find_node() 1155 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in find_node() 1159 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in find_node() 1214 spin_lock_irqsave(&cm_core->ht_lock, flags); in add_hte_node() 1221 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in add_hte_node() 1247 spin_lock_irqsave(&cm_core->ht_lock, flags); in mini_cm_dec_refcnt_listen() 1258 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in mini_cm_dec_refcnt_listen() 1563 spin_lock_irqsave(&cm_node->cm_core->ht_lock, flags); in rem_ref_cm_node() [all …]
|
D | nes_cm.h | 414 spinlock_t ht_lock; member
|