del_from_lru_notify 1614 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	.del_from_lru_notify = &amdgpu_vm_del_from_lru_notify
del_from_lru_notify  223 drivers/gpu/drm/ttm/ttm_bo.c 	if (notify && bdev->driver->del_from_lru_notify)
del_from_lru_notify  224 drivers/gpu/drm/ttm/ttm_bo.c 		bdev->driver->del_from_lru_notify(bo);
del_from_lru_notify  392 include/drm/ttm/ttm_bo_driver.h 	void (*del_from_lru_notify)(struct ttm_buffer_object *bo);