Searched refs:umtxq_lock (Results 1 – 3 of 3) sorted by relevance
376 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 …]
414 umtxq_lock(key); in umtxq_busy()446 umtxq_lock(key); in umtxq_busy_unlocked()454 umtxq_lock(key); in umtxq_unbusy_unlocked()980 umtxq_lock(&uq->uq_key); in do_lock_umtx()996 umtxq_lock(&uq->uq_key); in do_lock_umtx()1008 umtxq_lock(&uq->uq_key); in do_lock_umtx()1069 umtxq_lock(&key); in do_unlock_umtx()1081 umtxq_lock(&key); in do_unlock_umtx()1161 umtxq_lock(&uq->uq_key); in do_lock_umtx32()1177 umtxq_lock(&uq->uq_key); in do_lock_umtx32()[all …]
246 #define umtxq_lock(key) do { \ macro