Searched refs:error_resource (Results 1 – 3 of 3) sorted by relevance
795 goto error_resource; in xtpg_probe()801 goto error_resource; in xtpg_probe()892 error_resource: in xtpg_probe()
808 BUG_ON(sw_context->error_resource != NULL); in vmw_cmd_res_check()809 sw_context->error_resource = res; in vmw_cmd_res_check()4100 struct vmw_resource *error_resource; in vmw_execbuf_process() local4329 error_resource = sw_context->error_resource; in vmw_execbuf_process()4330 sw_context->error_resource = NULL; in vmw_execbuf_process()4339 if (unlikely(error_resource != NULL)) in vmw_execbuf_process()4340 vmw_resource_unreference(&error_resource); in vmw_execbuf_process()
315 struct vmw_resource *error_resource; member