Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c325 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 Dverbs.c138 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 Dcq.c707 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 Dsrq.c59 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 Dverbs.c625 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 Dcq.c415 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 Ddoorbell.h65 pthread_spin_unlock(&ctx->uar_lock); in mlx4_write64()
H A Dqp.c116 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 Ddd_interceptors.cpp94 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 Dirdma_uverbs.c927 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 Dirdma_uk.c1201 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 Dudma_barrier.h282 pthread_spin_unlock(lock); in mmio_wc_spinunlock()
/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c50 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
/freebsd/lib/libthr/
H A Dpthread.map117 pthread_spin_unlock;
/freebsd/include/
H A Dpthread.h294 int pthread_spin_unlock(pthread_spinlock_t * __spin)
/freebsd/lib/libc/include/
H A Dnamespace.h203 #define pthread_spin_unlock _pthread_spin_unlock macro
H A Dun-namespace.h184 #undef pthread_spin_unlock
/freebsd/contrib/unbound/util/
H A Dlocks.h147 #define lock_quick_unlock(lock) LOCKRET(pthread_spin_unlock(lock))
/freebsd/share/man/man3/
H A DMakefile523 pthread_spin_lock.3 pthread_spin_unlock.3
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h716 return pthread_spin_unlock(&lock->lock); in mlx5_spin_unlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1477 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 Dlibc_ubuntu1404_abilist.txt2656 fun:pthread_spin_unlock=uninstrumented