/freebsd/contrib/ofed/libcxgb4/ |
H A D | qp.c | 325 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 331 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 413 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 430 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 437 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 481 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 517 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() 525 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() 526 pthread_spin_unlock(&rchp->lock); in c4iw_flush_qp() 534 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() [all …]
|
H A D | verbs.c | 138 pthread_spin_unlock(&dev->lock); in __c4iw_reg_mr() 161 pthread_spin_unlock(&dev->lock); in c4iw_dereg_mr() 230 pthread_spin_unlock(&dev->lock); in c4iw_create_cq() 278 pthread_spin_unlock(&dev->lock); in c4iw_destroy_cq() 393 pthread_spin_unlock(&dev->lock); in create_qp_v0() 546 pthread_spin_unlock(&dev->lock); in create_qp() 608 pthread_spin_unlock(&qhp->lock); in c4iw_modify_qp() 621 pthread_spin_unlock(&qhp->lock); in c4iw_destroy_qp() 638 pthread_spin_unlock(&dev->lock); in c4iw_destroy_qp() 658 pthread_spin_unlock(&qhp->lock); in c4iw_query_qp() [all …]
|
H A D | cq.c | 707 pthread_spin_unlock(&qhp->lock); in c4iw_poll_cq_one() 735 pthread_spin_unlock(&chp->lock); in c4iw_poll_cq() 748 pthread_spin_unlock(&chp->lock); in c4iw_arm_cq()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | srq.c | 59 pthread_spin_unlock(&srq->lock); in mlx4_free_srq_wqe() 120 pthread_spin_unlock(&srq->lock); in mlx4_post_srq_recv() 317 pthread_spin_unlock(&mcq->lock); in mlx4_destroy_xrc_srq() 323 pthread_spin_unlock(&mcq->lock); in mlx4_destroy_xrc_srq()
|
H A D | verbs.c | 625 pthread_spin_unlock(&cq->lock); in mlx4_resize_cq() 1084 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 1086 pthread_spin_unlock(&recv_cq->lock); in mlx4_unlock_cqs() 1088 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 1090 pthread_spin_unlock(&recv_cq->lock); in mlx4_unlock_cqs() 1091 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 1093 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 1094 pthread_spin_unlock(&recv_cq->lock); in mlx4_unlock_cqs()
|
H A D | cq.c | 415 pthread_spin_unlock(&cq->lock); in mlx4_poll_cq() 429 pthread_spin_unlock(&cq->lock); in _mlx4_end_poll() 455 pthread_spin_unlock(&cq->lock); in _mlx4_start_poll() 461 pthread_spin_unlock(&cq->lock); in _mlx4_start_poll() 774 pthread_spin_unlock(&cq->lock); in mlx4_cq_clean()
|
H A D | doorbell.h | 65 pthread_spin_unlock(&ctx->uar_lock); in mlx4_write64()
|
H A D | qp.c | 116 pthread_spin_unlock(&cq->lock); in wq_overflow() 489 pthread_spin_unlock(&ctx->bf_lock); in mlx4_post_send() 507 pthread_spin_unlock(&qp->sq.lock); in mlx4_post_send() 570 pthread_spin_unlock(&qp->rq.lock); in mlx4_post_recv()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 97 return REAL(pthread_spin_unlock)(m); in INTERCEPTOR() 304 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 927 pthread_spin_unlock(&iwucq->lock); in irdma_upoll_cq() 959 pthread_spin_unlock(&iwucq->lock); in irdma_start_poll() 999 pthread_spin_unlock(&iwucq->lock); in irdma_end_poll() 1195 pthread_spin_unlock(&iwucq->lock); in irdma_uarm_cq() 1218 pthread_spin_unlock(&iwucq->lock); in irdma_cq_event() 1594 pthread_spin_unlock(&iwucq->lock); in irdma_clean_cqes() 1831 pthread_spin_unlock(&iwuqp->lock); in irdma_upost_send() 1880 pthread_spin_unlock(&iwuqp->lock); in irdma_upost_recv() 2048 pthread_spin_unlock(&iwucq->lock); in irdma_uresize_cq() 2053 pthread_spin_unlock(&iwucq->lock); in irdma_uresize_cq()
|
H A D | irdma_uk.c | 1201 pthread_spin_unlock(qp->lock); in irdma_repost_rq_wqes() 1467 pthread_spin_unlock(qp->lock); in irdma_uk_cq_poll_cmpl() 1499 pthread_spin_unlock(qp->lock); in irdma_uk_cq_poll_cmpl()
|
/freebsd/contrib/ofed/include/ |
H A D | udma_barrier.h | 282 pthread_spin_unlock(lock); in mmio_wc_spinunlock()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_pspinlock.c | 50 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 117 pthread_spin_unlock;
|
/freebsd/include/ |
H A D | pthread.h | 294 int pthread_spin_unlock(pthread_spinlock_t * __spin)
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 203 #define pthread_spin_unlock _pthread_spin_unlock macro
|
H A D | un-namespace.h | 184 #undef pthread_spin_unlock
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 147 #define lock_quick_unlock(lock) LOCKRET(pthread_spin_unlock(lock))
|
/freebsd/share/man/man3/ |
H A D | Makefile | 523 pthread_spin_lock.3 pthread_spin_unlock.3
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 716 return pthread_spin_unlock(&lock->lock); in mlx5_spin_unlock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1477 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1478 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m); in TSAN_INTERCEPTOR() 1480 int res = REAL(pthread_spin_unlock)(m); in TSAN_INTERCEPTOR() 2975 TSAN_INTERCEPT(pthread_spin_unlock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2656 fun:pthread_spin_unlock=uninstrumented
|