Searched refs:ht_lock (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-tsd.c | 73 spinlock_t ht_lock; member 178 spin_lock(&table->ht_lock); in tsd_hash_add() 199 spin_unlock(&table->ht_lock); in tsd_hash_add() 231 spin_lock(&table->ht_lock); in tsd_hash_add_key() 239 spin_unlock(&table->ht_lock); in tsd_hash_add_key() 262 spin_unlock(&table->ht_lock); in tsd_hash_add_key() 288 spin_lock(&table->ht_lock); in tsd_hash_add_pid() 304 spin_unlock(&table->ht_lock); in tsd_hash_add_pid() 351 spin_lock_init(&table->ht_lock); in tsd_hash_table_init() 375 spin_lock(&table->ht_lock); in tsd_hash_table_fini() [all …]
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_cm.c | 1231 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_schedule_cm_timer() 1238 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_schedule_cm_timer() 1419 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_cm_timer_tick() 1424 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_cm_timer_tick() 1998 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_add_hte_node() 2000 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_add_hte_node() 2249 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 2252 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 2262 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 3114 spin_lock_init(&cm_core->ht_lock); in irdma_setup_cm_core() [all …]
|
| H A D | irdma_cm.h | 388 spinlock_t ht_lock; /* protect CM node (active side) list */ member
|
| H A D | irdma_verbs.c | 1337 spin_lock_irqsave(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp() 1341 spin_unlock_irqrestore(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp() 1350 spin_unlock_irqrestore(&iwdev->cm_core.ht_lock, flags); in irdma_modify_qp()
|