| /NextBSD/contrib/ofed/libcxgb4/src/ |
| HD | qp.c | 320 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 325 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 402 pthread_spin_unlock(&qhp->lock); in c4iw_post_send() 419 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 425 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 468 pthread_spin_unlock(&qhp->lock); in c4iw_post_receive() 504 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() 512 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() 513 pthread_spin_unlock(&rchp->lock); in c4iw_flush_qp() 521 pthread_spin_unlock(&qhp->lock); in c4iw_flush_qp() [all …]
|
| HD | verbs.c | 140 pthread_spin_unlock(&dev->lock); in __c4iw_reg_mr() 163 pthread_spin_unlock(&dev->lock); in c4iw_dereg_mr() 230 pthread_spin_unlock(&dev->lock); in c4iw_create_cq() 275 pthread_spin_unlock(&dev->lock); in c4iw_destroy_cq() 387 pthread_spin_unlock(&dev->lock); in create_qp_v0() 528 pthread_spin_unlock(&dev->lock); in create_qp() 586 pthread_spin_unlock(&qhp->lock); in c4iw_modify_qp() 599 pthread_spin_unlock(&qhp->lock); in c4iw_destroy_qp() 616 pthread_spin_unlock(&dev->lock); in c4iw_destroy_qp() 635 pthread_spin_unlock(&qhp->lock); in c4iw_query_qp() [all …]
|
| HD | cq.c | 710 pthread_spin_unlock(&qhp->lock); in c4iw_poll_cq_one() 738 pthread_spin_unlock(&chp->lock); in c4iw_poll_cq() 751 pthread_spin_unlock(&chp->lock); in c4iw_arm_cq()
|
| /NextBSD/contrib/ofed/libmlx4/src/ |
| HD | verbs.c | 281 pthread_spin_unlock(&cq->lock); in mlx4_resize_cq() 387 pthread_spin_unlock(&mcq->lock); in mlx4_destroy_srq() 396 pthread_spin_unlock(&mcq->lock); in mlx4_destroy_srq() 636 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 638 pthread_spin_unlock(&recv_cq->lock); in mlx4_unlock_cqs() 639 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 641 pthread_spin_unlock(&send_cq->lock); in mlx4_unlock_cqs() 642 pthread_spin_unlock(&recv_cq->lock); in mlx4_unlock_cqs()
|
| HD | srq.c | 61 pthread_spin_unlock(&srq->lock); in mlx4_free_srq_wqe() 122 pthread_spin_unlock(&srq->lock); in mlx4_post_srq_recv()
|
| HD | doorbell.h | 57 pthread_spin_unlock(&ctx->uar_lock); in mlx4_write64()
|
| HD | qp.c | 115 pthread_spin_unlock(&cq->lock); in wq_overflow() 423 pthread_spin_unlock(&ctx->bf_lock); in mlx4_post_send() 440 pthread_spin_unlock(&qp->sq.lock); in mlx4_post_send() 503 pthread_spin_unlock(&qp->rq.lock); in mlx4_post_recv()
|
| HD | cq.c | 361 pthread_spin_unlock(&cq->lock); in mlx4_poll_cq() 463 pthread_spin_unlock(&cq->lock); in mlx4_cq_clean()
|
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | srq.c | 77 pthread_spin_unlock(&srq->lock); in mthca_free_srq_wqe() 178 pthread_spin_unlock(&srq->lock); in mthca_tavor_post_srq_recv() 249 pthread_spin_unlock(&srq->lock); in mthca_arbel_post_srq_recv()
|
| HD | verbs.c | 346 pthread_spin_unlock(&cq->lock); in mthca_resize_cq() 678 pthread_spin_unlock(&send_cq->lock); in mthca_unlock_cqs() 680 pthread_spin_unlock(&recv_cq->lock); in mthca_unlock_cqs() 681 pthread_spin_unlock(&send_cq->lock); in mthca_unlock_cqs() 683 pthread_spin_unlock(&send_cq->lock); in mthca_unlock_cqs() 684 pthread_spin_unlock(&recv_cq->lock); in mthca_unlock_cqs()
|
| HD | doorbell.h | 95 pthread_spin_unlock(&ctx->uar_lock); in mthca_write64()
|
| HD | qp.c | 96 pthread_spin_unlock(&cq->lock); in wq_overflow() 330 pthread_spin_unlock(&qp->sq.lock); in mthca_tavor_post_send() 438 pthread_spin_unlock(&qp->rq.lock); in mthca_tavor_post_recv() 703 pthread_spin_unlock(&qp->sq.lock); in mthca_arbel_post_send() 776 pthread_spin_unlock(&qp->rq.lock); in mthca_arbel_post_recv()
|
| HD | cq.c | 481 pthread_spin_unlock(&cq->lock); in mthca_poll_cq() 597 pthread_spin_unlock(&cq->lock); in mthca_cq_clean()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/dd/ |
| HD | dd_interceptors.cc | 97 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 100 return REAL(pthread_spin_unlock)(m); in INTERCEPTOR() 307 INTERCEPT_FUNCTION(pthread_spin_unlock); in InitializeInterceptors()
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_pspinlock.c | 43 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
|
| /NextBSD/lib/libthr/ |
| HD | pthread.map | 118 pthread_spin_unlock;
|
| /NextBSD/lib/libc/include/ |
| HD | namespace.h | 199 #define pthread_spin_unlock _pthread_spin_unlock macro
|
| HD | un-namespace.h | 180 #undef pthread_spin_unlock
|
| /NextBSD/include/ |
| HD | pthread.h | 290 int pthread_spin_unlock(pthread_spinlock_t *__spin)
|
| /NextBSD/contrib/unbound/util/ |
| HD | locks.h | 146 #define lock_quick_unlock(lock) LOCKRET(pthread_spin_unlock(lock))
|
| /NextBSD/share/man/man3/ |
| HD | Makefile | 326 pthread_spin_lock.3 pthread_spin_unlock.3
|
| /NextBSD/contrib/ofed/libmlx4/fixes/ |
| HD | xrc_consolidated_v2.patch | 425 + pthread_spin_unlock(&mcq->lock); 434 + pthread_spin_unlock(&mcq->lock);
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/ |
| HD | tsan_test_util_linux.cc | 162 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0); in Unlock()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 1142 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1143 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m); in TSAN_INTERCEPTOR() 1145 int res = REAL(pthread_spin_unlock)(m); in TSAN_INTERCEPTOR() 2531 TSAN_INTERCEPT(pthread_spin_unlock); in InitializeInterceptors()
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2650 fun:pthread_spin_unlock=uninstrumented
|