Home
last modified time | relevance | path

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

/kernel/locking/
Dmutex.c484 struct ww_acquire_ctx *hold_ctx = READ_ONCE(ww->ctx); in __ww_mutex_lock_check_stamp() local
486 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()