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

/linux-master/kernel/locking/
H A Dww_rt_mutex.c20 * Reset the wounded flag after a kill. No other process can
25 ww_ctx->wounded = 0;
52 * Reset the wounded flag after a kill. No other process can
57 ww_ctx->wounded = 0;
H A Dww_mutex.h171 * The newer transactions are wounded when:
325 hold_ctx->wounded = 1;
330 * it's wounded in __ww_mutex_check_kill() or has a
331 * wakeup pending to re-read the wounded state.
432 * Wound-Wait: If we're wounded, kill ourself.
452 if (ctx->wounded)
H A Dmutex.c595 * Reset the wounded flag after a kill. No other process can
600 ww_ctx->wounded = 0;
783 * Reset the wounded flag after a kill. No other process can
788 ww_ctx->wounded = 0;
/linux-master/include/linux/
H A Dww_mutex.h59 unsigned short wounded; member in struct:ww_acquire_ctx
138 ctx->wounded = false;

Completed in 144 milliseconds