bo_free           501 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 		void (*bo_free)(struct ttm_buffer_object *bo))
bo_free           506 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 	bool user = (bo_free == &vmw_user_bo_destroy);
bo_free           508 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 	WARN_ON_ONCE(!bo_free && (!user && (bo_free != vmw_bo_bo_free)));
bo_free           520 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 			  NULL, NULL, bo_free);
bo_free           767 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 		       void (*bo_free)(struct ttm_buffer_object *bo));