| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | verbs.c | 136 pthread_spin_lock(&dev->lock); in __c4iw_reg_mr() 159 pthread_spin_lock(&dev->lock); in c4iw_dereg_mr() 236 pthread_spin_lock(&dev->lock); in c4iw_create_cq() 284 pthread_spin_lock(&dev->lock); in c4iw_destroy_cq() 399 pthread_spin_lock(&dev->lock); in create_qp_v0() 554 pthread_spin_lock(&dev->lock); in create_qp() 612 pthread_spin_lock(&qhp->lock); in c4iw_destroy_qp() 629 pthread_spin_lock(&qhp->lock); in c4iw_destroy_qp() 646 pthread_spin_lock(&dev->lock); 664 pthread_spin_lock( in c4iw_create_ah() [all...] |
| H A D | qp.c | 448 pthread_spin_lock(&schp->lock); in c4iw_post_receive() 492 pthread_spin_lock(&rchp->lock); in update_qp_state() 584 pthread_spin_lock(&qhp->lock); 729 pthread_spin_lock(&qhp->lock); 812 pthread_spin_lock(&rchp->lock); 813 pthread_spin_lock(&qhp->lock); 821 pthread_spin_lock(&schp->lock); 822 pthread_spin_lock(&qhp->lock); 828 pthread_spin_lock(&qhp->lock); 835 pthread_spin_lock( [all...] |
| H A D | cq.c | 610 pthread_spin_lock(&qhp->lock); in c4iw_poll_cq_one() 768 pthread_spin_lock(&chp->lock); 787 pthread_spin_lock(&chp->lock);
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | srq.c | 53 pthread_spin_lock(&srq->lock); in mlx4_free_srq_wqe() 73 pthread_spin_lock(&srq->lock); in mlx4_post_srq_recv() 315 pthread_spin_lock(&mcq->lock); in mlx4_destroy_xrc_srq() 321 pthread_spin_lock(&mcq->lock); in mlx4_destroy_xrc_srq()
|
| H A D | verbs.c | 589 pthread_spin_lock(&cq->lock); in mlx4_resize_cq() 1062 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs() 1064 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs() 1066 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs() 1068 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs() 1069 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs() 1071 pthread_spin_lock(&recv_cq->lock); in mlx4_lock_cqs() 1072 pthread_spin_lock(&send_cq->lock); in mlx4_lock_cqs()
|
| H A D | doorbell.h | 62 pthread_spin_lock(&ctx->uar_lock); in mlx4_write64()
|
| H A D | cq.c | 404 pthread_spin_lock(&cq->lock); in mlx4_poll_cq() 448 pthread_spin_lock(&cq->lock); in _mlx4_start_poll() 772 pthread_spin_lock(&cq->lock); in mlx4_cq_clean()
|
| H A D | qp.c | 114 pthread_spin_lock(&cq->lock); in wq_overflow() 227 pthread_spin_lock(&qp->sq.lock); in mlx4_post_send() 522 pthread_spin_lock(&qp->rq.lock); in mlx4_post_recv()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() 302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | db.c | 517 pthread_spin_lock(&cntx->qp_dbr_res.lock); in bnxt_re_db_recovery() 526 pthread_spin_lock(&cntx->cq_dbr_res.lock); in bnxt_re_db_recovery() 533 pthread_spin_lock(&cntx->srq_dbr_res.lock); in bnxt_re_db_recovery()
|
| H A D | verbs.c | 365 pthread_spin_lock(&cntx->cq_dbr_res.lock); in _bnxt_re_create_cq() 584 pthread_spin_lock(&cq->cntx->cq_dbr_res.lock); in bnxt_re_destroy_cq() 593 pthread_spin_lock(&cq->cntx->cq_dbr_res.lock); in bnxt_re_destroy_cq() 1146 pthread_spin_lock(&cq->cntx->cq_dbr_res.lock); in bnxt_re_cleanup_cq() 1629 pthread_spin_lock(&cntx->qp_dbr_res.lock); in bnxt_re_create_qp() 1738 pthread_spin_lock(&qp->cntx->qp_dbr_res.lock); in bnxt_re_destroy_qp() 1745 pthread_spin_lock(&qp->cntx->qp_dbr_res.lock); in bnxt_re_destroy_qp() 2382 pthread_spin_lock(&uctx->srq_dbr_res.lock); in bnxt_re_create_srq() 2416 pthread_spin_lock(&srq->uctx->srq_dbr_res.lock); in bnxt_re_destroy_srq() 2425 pthread_spin_lock(&srq->uctx->srq_dbr_res.lock); in bnxt_re_destroy_srq()
|
| H A D | main.h | 467 return pthread_spin_lock(&lock->lock); in bnxt_spin_lock()
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 471 pthread_spin_lock.3 \ 539 pthread_spin_lock.3 pthread_spin_trylock.3 \ 540 pthread_spin_lock.3 pthread_spin_unlock.3
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_uverbs.c | 930 ret = pthread_spin_lock(&iwucq->lock); in irdma_upoll_cq() 956 ret = pthread_spin_lock(&iwucq->lock); in irdma_start_poll() 1189 ret = pthread_spin_lock(&iwucq->lock); in irdma_uarm_cq() 1219 if (pthread_spin_lock(&iwucq->lock)) in irdma_cq_event() 1604 ret = pthread_spin_lock(&iwucq->lock); in irdma_clean_cqes() 1688 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_send() 1867 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_recv() 2045 ret = pthread_spin_lock(&iwucq->lock); in irdma_uresize_cq()
|
| H A D | irdma_uk.c | 1231 if (pthread_spin_lock(qp->lock)) in irdma_repost_rq_wqes() 1443 ret_code = pthread_spin_lock(qp->lock); in irdma_uk_cq_poll_cmpl() 1498 ret_code = pthread_spin_lock(qp->lock); in irdma_uk_cq_poll_cmpl()
|
| /freebsd/contrib/ofed/include/ |
| H A D | udma_barrier.h | 268 pthread_spin_lock(lock); in mmio_wc_spinlock()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_pspinlock.c | 49 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 115 pthread_spin_lock;
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 201 #define pthread_spin_lock _pthread_spin_lock macro
|
| H A D | un-namespace.h | 182 #undef pthread_spin_lock
|
| /freebsd/include/ |
| H A D | pthread.h | 295 int pthread_spin_lock(pthread_spinlock_t * __spin)
|
| /freebsd/contrib/unbound/util/ |
| H A D | locks.h | 146 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 738 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { argument 740 return REAL(pthread_spin_lock)(spinlock); 743 INTERCEPT_FUNCTION(pthread_spin_lock)
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | mlx5.h | 708 return pthread_spin_lock(&lock->lock); in mlx5_spin_lock()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1525 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument 1526 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR() 1528 int res = BLOCK_REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR() 3054 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
|