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 | 72 spinlock_t ht_lock; member 177 spin_lock(&table->ht_lock); in tsd_hash_add() 198 spin_unlock(&table->ht_lock); in tsd_hash_add() 230 spin_lock(&table->ht_lock); in tsd_hash_add_key() 238 spin_unlock(&table->ht_lock); in tsd_hash_add_key() 261 spin_unlock(&table->ht_lock); in tsd_hash_add_key() 287 spin_lock(&table->ht_lock); in tsd_hash_add_pid() 303 spin_unlock(&table->ht_lock); in tsd_hash_add_pid() 350 spin_lock_init(&table->ht_lock); in tsd_hash_table_init() 374 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() 2032 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_add_hte_node() 2034 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_add_hte_node() 2283 spin_lock_irqsave(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 2286 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 2296 spin_unlock_irqrestore(&cm_core->ht_lock, flags); in irdma_rem_ref_cm_node() 3148 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()
|