Searched refs:spin_unlock (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h74 #define spin_unlock(_l) do { \ macro
82 spin_unlock(_l); \
86 spin_unlock(_l); \
122 spin_unlock(_l); \
H A Dwait.h210 spin_unlock(&(wqh).lock); \
245 spin_unlock(&wqh->lock);
272 spin_unlock(&wqh->lock);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c188 spin_unlock(&sriov->id_map_lock);
207 spin_unlock(&sriov->id_map_lock);
271 spin_unlock(&sriov->id_map_lock);
296 spin_unlock(&sriov->id_map_lock);
314 spin_unlock(&sriov->id_map_lock);
431 spin_unlock(&sriov->id_map_lock);
471 spin_unlock(&sriov->id_map_lock);
H A Dmlx4_ib_mad.c554 spin_unlock(&tun_qp->tx_lock);
632 spin_unlock(&tun_qp->tx_lock);
1376 spin_unlock(&sqp->tx_lock);
1424 spin_unlock(&sqp->tx_lock);
1724 spin_unlock(&tun_qp->tx_lock);
1741 spin_unlock(&tun_qp->tx_lock);
1880 spin_unlock(&sqp->tx_lock);
1910 spin_unlock(&sqp->tx_lock);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c112 spin_unlock(&pci_lock);
117 spin_unlock(&pci_lock);
192 spin_unlock(&pci_lock);
199 spin_unlock(&pci_lock);
219 spin_unlock(&pci_lock);
333 spin_unlock(&pci_lock);
379 spin_unlock(&pci_lock);
H A Dlinux_schedule.c218 spin_unlock(&wqh->lock);
229 spin_unlock(&wqh->lock);
242 spin_unlock(&wqh->lock);
252 spin_unlock(&wqh->lock);
H A Dlinux_idr.c114 spin_unlock(&lic->lock);
138 spin_unlock(&lic->lock);
155 spin_unlock(&lic->lock);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c68 spin_unlock(&bitmap->lock);
141 spin_unlock(&bitmap->lock);
169 spin_unlock(&bitmap->lock);
277 spin_unlock(&zone_alloc->lock);
333 spin_unlock(&zone_alloc->lock);
451 spin_unlock(&zones->lock);
473 spin_unlock(&zones->lock);
526 spin_unlock(&zones->lock);
548 spin_unlock(&zones->lock);
574 spin_unlock(
[all...]
H A Dmlx4_cq.c81 spin_unlock(&cq_table->lock);
H A Dmlx4_mr.c65 spin_unlock(&buddy->lock);
79 spin_unlock(&buddy->lock);
102 spin_unlock(&buddy->lock);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c54 spin_unlock(&entry->lock);
62 spin_unlock(&table->lock);
88 spin_unlock(&table->lock);
H A Dmlx5_mpfs.c39 #define MPFS_UNLOCK(dev) spin_unlock(&(dev)->mpfs.spinlock)
H A Dmlx5_srq.c47 spin_unlock(&table->lock);
123 spin_unlock(&table->lock);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c333 spin_unlock(&priv->stats_lock);
381 spin_unlock(&priv->stats_lock);
430 spin_unlock(&priv->stats_lock);
473 spin_unlock(&priv->stats_lock);
503 spin_unlock(&priv->stats_lock);
H A Dmlx4_en_tx.c433 spin_unlock(&ring->comp_lock);
460 spin_unlock(&ring->comp_lock);
480 spin_unlock(&ring->comp_lock);
979 spin_unlock(&ring->tx_lock);
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c421 spin_unlock(&bulk_waiter_spinlock);
446 spin_unlock(&bulk_waiter_spinlock);
H A Dvchiq_core.c190 spin_unlock(&service_spinlock);
211 spin_unlock(&service_spinlock);
235 spin_unlock(&service_spinlock);
260 spin_unlock(&service_spinlock);
287 spin_unlock(&service_spinlock);
301 spin_unlock(&service_spinlock);
322 spin_unlock(&service_spinlock);
667 spin_unlock(&quota_spinlock);
698 spin_unlock(&quota_spinlock);
753 spin_unlock(
[all...]
H A Dvchiq_arm.c309 spin_unlock(&msg_queue_spinlock);
363 spin_unlock(&msg_queue_spinlock);
768 spin_unlock(&bulk_waiter_spinlock);
984 spin_unlock(&msg_queue_spinlock);
991 spin_unlock(&msg_queue_spinlock);
1014 spin_unlock(&msg_queue_spinlock);
1297 spin_unlock(&msg_queue_spinlock);
1306 spin_unlock(&msg_queue_spinlock);
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h142 #define spin_unlock(lock) mtx_unlock(lock) macro
144 #define spin_unlock_bh(lock) spin_unlock(lock)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_srq.c432 spin_unlock(&dev->srq_table.lock);
451 spin_unlock(&dev->srq_table.lock);
472 spin_unlock(&srq->lock);
H A Dmthca_qp.c247 spin_unlock(&dev->qp_table.lock);
267 spin_unlock(&dev->qp_table.lock);
857 spin_unlock(&qp->rq.lock);
1335 spin_unlock(&recv_cq->lock);
1338 spin_unlock(&send_cq->lock);
1399 spin_unlock(&dev->qp_table.lock);
1440 spin_unlock(&dev->qp_table.lock);
1558 spin_unlock(&cq->lock);
H A Dmthca_mr.c100 spin_unlock(&buddy->lock);
114 spin_unlock(&buddy->lock);
137 spin_unlock(&buddy->lock);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c411 spin_unlock(&priv->drain_lock);
436 spin_unlock(&priv->lock);
764 spin_unlock(&priv->drain_lock);
770 spin_unlock(&priv->lock);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_sa.c428 spin_unlock(&sa_manager->wq.lock);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h533 spin_unlock(&ucontext->mmap_lock);
540 spin_unlock(&ucontext->mmap_lock);
551 spin_unlock(&ucontext->mmap_lock);

Completed in 296 milliseconds

123