Searched refs:ht_lock (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 979 spin_lock_irqsave(&cm_core->ht_lock, flags); in nes_cm_timer_tick() 989 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in nes_cm_timer_tick() 1261 spin_lock_irqsave(&cm_core->ht_lock, flags); in find_node() 1275 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in find_node() 1279 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in find_node() 1338 spin_lock_irqsave(&cm_core->ht_lock, flags); in add_hte_node() 1345 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in add_hte_node() 1371 spin_lock_irqsave(&cm_core->ht_lock, flags); in mini_cm_dec_refcnt_listen() 1382 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in mini_cm_dec_refcnt_listen() 1701 spin_lock_irqsave(&cm_node->cm_core->ht_lock, flags); in rem_ref_cm_node() [all …]
|
D | nes_cm.h | 422 spinlock_t ht_lock; member
|