Home
last modified time | relevance | path

Searched refs:umtxq_unbusy_unlocked (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_umtx.c2387 umtxq_unbusy_unlocked(&uq->uq_key); in do_lock_pi()
2392 umtxq_unbusy_unlocked(&uq->uq_key); in do_lock_pi()
2503 umtxq_unbusy_unlocked(&key); in do_unlock_pi()
2676 umtxq_unbusy_unlocked(&uq->uq_key); in do_lock_pp()
2977 umtxq_unbusy_unlocked(&uq->uq_key); in do_cv_wait()
3075 umtxq_unbusy_unlocked(&key); in do_cv_broadcast()
3173 umtxq_unbusy_unlocked(&uq->uq_key); in do_rw_rdlock()
3179 umtxq_unbusy_unlocked(&uq->uq_key); in do_rw_rdlock()
3197 umtxq_unbusy_unlocked(&uq->uq_key); in do_rw_rdlock()
3261 umtxq_unbusy_unlocked(&uq->uq_key); in do_rw_rdlock()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_futex.c516 umtxq_unbusy_unlocked(&uq->uq_key); in linux_futex_lock_pi()
521 umtxq_unbusy_unlocked(&uq->uq_key); in linux_futex_lock_pi()
542 umtxq_unbusy_unlocked(&uq->uq_key); in linux_futex_lock_pi()
618 umtxq_unbusy_unlocked(&key); in linux_futex_unlock_pi()
/freebsd/sys/sys/
H A Dumtxvar.h221 void umtxq_unbusy_unlocked(struct umtx_key *);