Home
last modified time | relevance | path

Searched refs:ddestroy (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo.c338 if (ret || unlikely(list_empty(&bo->ddestroy))) { in ttm_bo_cleanup_refs()
346 list_del_init(&bo->ddestroy); in ttm_bo_cleanup_refs()
370 while (!list_empty(&bdev->ddestroy)) { in ttm_bo_delayed_delete()
373 bo = list_first_entry(&bdev->ddestroy, struct ttm_buffer_object, in ttm_bo_delayed_delete()
374 ddestroy); in ttm_bo_delayed_delete()
375 list_move_tail(&bo->ddestroy, &removed); in ttm_bo_delayed_delete()
395 list_splice_tail(&removed, &bdev->ddestroy); in ttm_bo_delayed_delete()
396 empty = list_empty(&bdev->ddestroy); in ttm_bo_delayed_delete()
450 list_add_tail(&bo->ddestroy, &bdev->ddestroy); in ttm_bo_release()
460 list_del(&bo->ddestroy); in ttm_bo_release()
[all …]
Dttm_device.c222 INIT_LIST_HEAD(&bdev->ddestroy); in ttm_device_init()
Dttm_bo_util.c234 INIT_LIST_HEAD(&fbo->base.ddestroy); in ttm_buffer_object_transfer()
/Linux-v5.15/include/drm/ttm/
Dttm_device.h267 struct list_head ddestroy; member
Dttm_bo_api.h148 struct list_head ddestroy; member