Lines Matching full:acquired
58 unsigned int acquired; member
137 ctx->acquired = 0; in ww_acquire_init()
182 * Releases a w/w acquire context. This must be called _after_ all acquired w/w
191 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini()
201 ctx->acquired = ~0U; in ww_acquire_fini()
207 * @lock: the mutex to be acquired
217 * returning -EALREADY. Returns 0 if the mutex was successfully acquired.
226 * acquired it. The task may not exit without first unlocking the mutex. Also,
232 * A mutex acquired with this function must be released with ww_mutex_unlock.
238 * @lock: the mutex to be acquired
248 * returning -EALREADY. Returns 0 if the mutex was successfully acquired. If a
258 * acquired it. The task may not exit without first unlocking the mutex. Also,
264 * A mutex acquired with this function must be released with ww_mutex_unlock.
271 * @lock: the mutex to be acquired
277 * The caller must have released all w/w mutexes already acquired with the
305 * @lock: the mutex to be acquired
310 * been acquired. If a signal arrives while waiting for the lock then this
313 * The caller must have released all w/w mutexes already acquired with the