Home
last modified time | relevance | path

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

12

/src/contrib/ofed/libcxgb4/ !
H A Dverbs.c136 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 Dqp.c323 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 Dcq.c595 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()
/src/contrib/ofed/libmlx4/ !
H A Dsrq.c53 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 Dverbs.c589 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 Ddoorbell.h62 pthread_spin_lock(&ctx->uar_lock); in mlx4_write64()
H A Dqp.c114 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()
H A Dcq.c404 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()
/src/contrib/llvm-project/compiler-rt/lib/tsan/dd/ !
H A Ddd_interceptors.cpp78 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()
/src/contrib/llvm-project/compiler-rt/lib/rtsan/ !
H A Drtsan_interceptors.cpp181 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()
/src/contrib/ofed/include/ !
H A Dudma_barrier.h268 pthread_spin_lock(lock); in mmio_wc_spinlock()
/src/lib/libthr/thread/ !
H A Dthr_pspinlock.c49 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
/src/contrib/ofed/libbnxtre/ !
H A Ddb.c517 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 Dverbs.c365 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 Dmain.h467 return pthread_spin_lock(&lock->lock); in bnxt_spin_lock()
/src/share/man/man3/ !
H A DMakefile471 pthread_spin_lock.3 \
538 pthread_spin_lock.3 pthread_spin_trylock.3 \
539 pthread_spin_lock.3 pthread_spin_unlock.3
/src/contrib/ofed/libirdma/ !
H A Dirdma_uverbs.c930 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 Dirdma_uk.c1231 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()
/src/lib/libthr/ !
H A Dpthread.map115 pthread_spin_lock;
/src/lib/libc/include/ !
H A Dun-namespace.h182 #undef pthread_spin_lock
H A Dnamespace.h201 #define pthread_spin_lock _pthread_spin_lock macro
/src/include/ !
H A Dpthread.h290 int pthread_spin_lock(pthread_spinlock_t * __spin)
/src/contrib/unbound/util/ !
H A Dlocks.h146 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/src/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ !
H A Drtsan_test_interceptors.cpp390 auto Func = [&]() { pthread_spin_lock(&spin_lock); }; in TEST()
/src/contrib/ofed/libmlx5/ !
H A Dmlx5.h694 return pthread_spin_lock(&lock->lock); in mlx5_spin_lock()

12