mob_head          178 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	struct list_head mob_head;
mob_head          728 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	return !list_empty(&res->mob_head);
mob_head           47 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	list_add_tail(&res->mob_head, &backup->res_list);
mob_head           61 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 		list_del_init(&res->mob_head);
mob_head          204 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	INIT_LIST_HEAD(&res->mob_head);
mob_head          723 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	list_for_each_entry_safe(res, next, &vbo->res_list, mob_head) {