Lines Matching full:acquired
256 * @lock: the mutex to be acquired
262 * acquired it. Recursive locking is not allowed. The task
316 if (ww_ctx->acquired > 0 && READ_ONCE(ww->ctx)) in ww_mutex_spin_on_owner()
587 if (ww_ctx->acquired == 0) in __mutex_lock_common()
650 goto acquired; in __mutex_lock_common()
686 acquired: in __mutex_lock_common()
817 if (!ret && ctx && ctx->acquired > 1) in ww_mutex_lock()
833 if (!ret && ctx && ctx->acquired > 1) in ww_mutex_lock_interruptible()
911 * @lock: The mutex to be acquired.
918 * Return: 0 if the lock was successfully acquired or %-EINTR if a
935 * @lock: The mutex to be acquired.
942 * Return: 0 if the lock was successfully acquired or %-EINTR if a
958 * @lock: The mutex to be acquired.
1013 * @lock: the mutex to be acquired
1016 * has been acquired successfully, and 0 on contention.
1023 * mutex must be released by the same task that acquired it.