restart_head      519 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 	struct list_head restart_head[SVGA_CB_CONTEXT_MAX];
restart_head      525 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 		INIT_LIST_HEAD(&restart_head[i]);
restart_head      573 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 		list_add_tail(&entry->list, &restart_head[entry->cb_context]);
restart_head      594 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 		list_splice_init(&ctx->preempted, restart_head[i].prev);
restart_head      602 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 		list_splice_init(&restart_head[i], &ctx->submitted);