Searched refs:hold_ctx (Results 1 – 1 of 1) sorted by relevance
484 struct ww_acquire_ctx *hold_ctx = READ_ONCE(ww->ctx); in __ww_mutex_lock_check_stamp() local486 if (!hold_ctx) in __ww_mutex_lock_check_stamp()489 if (ctx->stamp - hold_ctx->stamp <= LONG_MAX && in __ww_mutex_lock_check_stamp()490 (ctx->stamp != hold_ctx->stamp || ctx > hold_ctx)) { in __ww_mutex_lock_check_stamp()