Lines Matching refs:destroy
537 /* The BO is not idle, resurrect it for delayed destroy */
576 bo->destroy(bo);
1140 void (*destroy) (struct ttm_buffer_object *))
1150 if (destroy)
1151 (*destroy)(bo);
1160 if (destroy)
1161 (*destroy)(bo);
1167 bo->destroy = destroy ? destroy : ttm_bo_default_destroy;
1248 void (*destroy) (struct ttm_buffer_object *))
1255 sg, resv, destroy);
1416 pr_debug("Delayed destroy list was clean\n");