Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linux/
HDlinux_futex.c376 umtxq_lock(&uq->uq_key); in linux_futex_lock_pi()
383 umtxq_lock(&uq->uq_key); in linux_futex_lock_pi()
465 umtxq_lock(&uq->uq_key); in linux_futex_lock_pi()
545 umtxq_lock(&uq->uq_key); in linux_futex_lock_pi()
559 umtxq_lock(&uq->uq_key); in linux_futex_lock_pi()
588 umtxq_lock(&key); in linux_futex_unlock_pi()
645 umtxq_lock(&key); in linux_futex_wakeop()
652 umtxq_lock(&key2); in linux_futex_wakeop()
706 umtxq_lock(&key); in linux_futex_requeue()
709 umtxq_lock(&key2); in linux_futex_requeue()
[all …]
/freebsd-14-stable/sys/kern/
HDkern_umtx.c413 umtxq_lock(key); in umtxq_busy()
445 umtxq_lock(key); in umtxq_busy_unlocked()
453 umtxq_lock(key); in umtxq_unbusy_unlocked()
979 umtxq_lock(&uq->uq_key); in do_lock_umtx()
995 umtxq_lock(&uq->uq_key); in do_lock_umtx()
1007 umtxq_lock(&uq->uq_key); in do_lock_umtx()
1068 umtxq_lock(&key); in do_unlock_umtx()
1080 umtxq_lock(&key); in do_unlock_umtx()
1160 umtxq_lock(&uq->uq_key); in do_lock_umtx32()
1176 umtxq_lock(&uq->uq_key); in do_lock_umtx32()
[all …]
/freebsd-14-stable/sys/sys/
HDumtxvar.h246 #define umtxq_lock(key) do { \ macro