/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() 228 pthread_spin_lock(&dev->lock); in c4iw_create_cq() 276 pthread_spin_lock(&dev->lock); in c4iw_destroy_cq() 391 pthread_spin_lock(&dev->lock); in create_qp_v0() 544 pthread_spin_lock(&dev->lock); in create_qp() 602 pthread_spin_lock(&qhp->lock); in c4iw_modify_qp() 619 pthread_spin_lock(&qhp->lock); in c4iw_destroy_qp() 636 pthread_spin_lock(&dev->lock); in c4iw_destroy_qp() 654 pthread_spin_lock(&qhp->lock); in c4iw_query_qp() [all …]
|
H A D | qp.c | 323 pthread_spin_lock(&qhp->lock); in c4iw_post_send() 428 pthread_spin_lock(&qhp->lock); in c4iw_post_receive() 520 pthread_spin_lock(&rchp->lock); in c4iw_flush_qp() 521 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp() 529 pthread_spin_lock(&schp->lock); in c4iw_flush_qp() 530 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp() 536 pthread_spin_lock(&qhp->lock); in c4iw_flush_qp() 543 pthread_spin_lock(&dev->lock); in c4iw_flush_qps() 548 pthread_spin_lock(&qhp->lock); in c4iw_flush_qps()
|
H A D | cq.c | 595 pthread_spin_lock(&qhp->lock); in c4iw_poll_cq_one() 727 pthread_spin_lock(&chp->lock); in c4iw_poll_cq() 746 pthread_spin_lock(&chp->lock); in c4iw_arm_cq()
|
/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/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR() argument 183 return REAL(pthread_spin_lock)(spinlock); in INTERCEPTOR() 415 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 465 pthread_spin_lock.3 \ 532 pthread_spin_lock.3 pthread_spin_trylock.3 \ 533 pthread_spin_lock.3 pthread_spin_unlock.3
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 921 ret = pthread_spin_lock(&iwucq->lock); in irdma_upoll_cq() 947 ret = pthread_spin_lock(&iwucq->lock); in irdma_start_poll() 1180 ret = pthread_spin_lock(&iwucq->lock); in irdma_uarm_cq() 1210 if (pthread_spin_lock(&iwucq->lock)) in irdma_cq_event() 1589 ret = pthread_spin_lock(&iwucq->lock); in irdma_clean_cqes() 1673 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_send() 1851 err = pthread_spin_lock(&iwuqp->lock); in irdma_upost_recv() 2031 ret = pthread_spin_lock(&iwucq->lock); in irdma_uresize_cq()
|
H A D | irdma_uk.c | 1181 if (pthread_spin_lock(qp->lock)) in irdma_repost_rq_wqes() 1462 if (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/include/ |
H A D | pthread.h | 290 int pthread_spin_lock(pthread_spinlock_t * __spin)
|
/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/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/tests/ |
H A D | rtsan_test_interceptors.cpp | 390 auto Func = [&]() { pthread_spin_lock(&spin_lock); }; in TEST()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 694 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 | 1458 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument 1459 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR() 1461 int res = BLOCK_REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR() 2973 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2654 fun:pthread_spin_lock=uninstrumented
|