Searched refs:error_resource (Results 1 – 3 of 3) sorted by relevance
793 goto error_resource; in xtpg_probe()799 goto error_resource; in xtpg_probe()890 error_resource: in xtpg_probe()
755 BUG_ON(sw_context->error_resource != NULL); in vmw_cmd_res_check()756 sw_context->error_resource = res; in vmw_cmd_res_check()3904 struct vmw_resource *error_resource; in vmw_execbuf_process() local4096 error_resource = sw_context->error_resource; in vmw_execbuf_process()4097 sw_context->error_resource = NULL; in vmw_execbuf_process()4106 if (unlikely(error_resource != NULL)) in vmw_execbuf_process()4107 vmw_resource_unreference(&error_resource); in vmw_execbuf_process()
310 struct vmw_resource *error_resource; member