Searched refs:spin_lock_init (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-13-stable/sys/dev/mlx5/
H A Ddoorbell.h58 #define MLX5_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-13-stable/sys/dev/mlx4/
H A Ddoorbell.h70 #define MLX4_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_doorbell.h79 #define MTHCA_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
H A Dmthca_srq.c252 spin_lock_init(&srq->lock);
666 spin_lock_init(&dev->srq_table.lock);
H A Dmthca_allocator.c92 spin_lock_init(&alloc->lock);
H A Dmthca_mad.c299 spin_lock_init(&dev->sm_lock);
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c102 spin_lock_init(&alloc->lock);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h105 spin_lock_init(&(mp)->m_lock); \
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c115 spin_lock_init(&dev->mpfs.spinlock);
H A Dmlx5_mr.c43 spin_lock_init(&table->lock);
H A Dmlx5_cq.c259 spin_lock_init(&table->writerlock);
H A Dmlx5_cmd.c1444 spin_lock_init(&cmd->cache.large.lock);
1446 spin_lock_init(&cmd->cache.med.lock);
1587 spin_lock_init(&cmd->alloc_lock);
1588 spin_lock_init(&cmd->token_lock);
1590 spin_lock_init(&cmd->stats[i].lock);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h137 #define spin_lock_init(lock) linux_spin_lock_init(lock, spin_lock_name("lnxspin")) macro
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c89 spin_lock_init(&cq->lock);
H A Dmlx4_en_main.c199 spin_lock_init(&mdev->uar_lock);
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c232 spin_lock_init(&xfer_state->lock);
H A Dmlx5fpga_ipsec.c345 spin_lock_init(&fdev->ipsec->pending_cmds_lock);
H A Dmlx5fpga_trans.c326 spin_lock_init(&fdev->trans->lock);
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h69 spin_lock_init(spinlock_t *spinlock) function
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c346 spin_lock_init(&table->ht_bins[hash].hb_lock);
350 spin_lock_init(&table->ht_lock);
H A Dspl-kmem.c551 spin_lock_init(lock);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_srq.c277 spin_lock_init(&srq_table->lock);
H A Dmlx4_cq.c344 spin_lock_init(&cq_table->lock);
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h139 #define spin_lock_init(lock) mtx_init(lock, "VCHI spinlock " # lock, NULL, MTX_DEF) macro
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c405 spin_lock_init(&dev->sriov.id_map_lock);

Completed in 211 milliseconds

1234