Lines Matching full:acquired
58 unsigned int acquired; member
147 ctx->acquired = 0; in ww_acquire_init()
195 * Releases a w/w acquire context. This must be called _after_ all acquired w/w
205 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini()
215 ctx->acquired = ~0U; in ww_acquire_fini()
221 * @lock: the mutex to be acquired
231 * returning -EALREADY. Returns 0 if the mutex was successfully acquired.
240 * acquired it. The task may not exit without first unlocking the mutex. Also,
246 * A mutex acquired with this function must be released with ww_mutex_unlock.
252 * @lock: the mutex to be acquired
262 * returning -EALREADY. Returns 0 if the mutex was successfully acquired. If a
272 * acquired it. The task may not exit without first unlocking the mutex. Also,
278 * A mutex acquired with this function must be released with ww_mutex_unlock.
285 * @lock: the mutex to be acquired
291 * The caller must have released all w/w mutexes already acquired with the
319 * @lock: the mutex to be acquired
324 * been acquired. If a signal arrives while waiting for the lock then this
327 * The caller must have released all w/w mutexes already acquired with the