Searched refs:res_mutex (Results 1 – 2 of 2) sorted by relevance
706 ctx->res_mutex = mutex; in vmw_validation_prepare()748 if (ctx->res_mutex) in vmw_validation_revert()749 mutex_unlock(ctx->res_mutex); in vmw_validation_revert()767 if (ctx->res_mutex) in vmw_validation_done()768 mutex_unlock(ctx->res_mutex); in vmw_validation_done()
63 struct mutex *res_mutex; member91 .res_mutex = NULL, \
Completed in 9 milliseconds