Searched refs:res_mutex (Results 1 – 2 of 2) sorted by relevance
50 * @res_mutex: Pointer to mutex used for resource reserving63 struct mutex *res_mutex; member 91 .res_mutex = NULL, \
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()