Searched refs:hold_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dww_mutex.h294 * Wound-Wait; wound a lesser @hold_ctx if it holds the lock.
302 struct ww_acquire_ctx *hold_ctx)
313 if (!hold_ctx)
324 if (ww_ctx->acquired > 0 && __ww_ctx_less(hold_ctx, ww_ctx)) {
325 hold_ctx->wounded = 1;
445 struct ww_acquire_ctx *hold_ctx = READ_ONCE(ww->ctx); local
458 if (hold_ctx && __ww_ctx_less(ctx, hold_ctx))
300 __ww_mutex_wound(struct MUTEX *lock, struct ww_acquire_ctx *ww_ctx, struct ww_acquire_ctx *hold_ctx) argument

Completed in 282 milliseconds