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()
569 BUG_ON(sw_context->error_resource != NULL); in vmw_cmd_res_check()570 sw_context->error_resource = res; in vmw_cmd_res_check()2435 struct vmw_resource *error_resource; in vmw_execbuf_process() local2603 error_resource = sw_context->error_resource; in vmw_execbuf_process()2604 sw_context->error_resource = NULL; in vmw_execbuf_process()2613 if (unlikely(error_resource != NULL)) in vmw_execbuf_process()2614 vmw_resource_unreference(&error_resource); in vmw_execbuf_process()
351 struct vmw_resource *error_resource; member