Home
last modified time | relevance | path

Searched refs:pthread_spin_unlock (Results 1 – 25 of 25) sorted by relevance

/NextBSD/contrib/ofed/libcxgb4/src/
HDqp.c320 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 …]
HDverbs.c140 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 …]
HDcq.c710 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/
HDverbs.c281 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()
HDsrq.c61 pthread_spin_unlock(&srq->lock); in mlx4_free_srq_wqe()
122 pthread_spin_unlock(&srq->lock); in mlx4_post_srq_recv()
HDdoorbell.h57 pthread_spin_unlock(&ctx->uar_lock); in mlx4_write64()
HDqp.c115 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()
HDcq.c361 pthread_spin_unlock(&cq->lock); in mlx4_poll_cq()
463 pthread_spin_unlock(&cq->lock); in mlx4_cq_clean()
/NextBSD/contrib/ofed/libmthca/src/
HDsrq.c77 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()
HDverbs.c346 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()
HDdoorbell.h95 pthread_spin_unlock(&ctx->uar_lock); in mthca_write64()
HDqp.c96 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()
HDcq.c481 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/
HDdd_interceptors.cc97 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/
HDthr_pspinlock.c43 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
/NextBSD/lib/libthr/
HDpthread.map118 pthread_spin_unlock;
/NextBSD/lib/libc/include/
HDnamespace.h199 #define pthread_spin_unlock _pthread_spin_unlock macro
HDun-namespace.h180 #undef pthread_spin_unlock
/NextBSD/include/
HDpthread.h290 int pthread_spin_unlock(pthread_spinlock_t *__spin)
/NextBSD/contrib/unbound/util/
HDlocks.h146 #define lock_quick_unlock(lock) LOCKRET(pthread_spin_unlock(lock))
/NextBSD/share/man/man3/
HDMakefile326 pthread_spin_lock.3 pthread_spin_unlock.3
/NextBSD/contrib/ofed/libmlx4/fixes/
HDxrc_consolidated_v2.patch425 + pthread_spin_unlock(&mcq->lock);
434 + pthread_spin_unlock(&mcq->lock);
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_test_util_linux.cc162 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0); in Unlock()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc1142 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/
HDlibc_ubuntu1404_abilist.txt2650 fun:pthread_spin_unlock=uninstrumented