Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_bo.c340 if (ret || unlikely(list_empty(&bo->ddestroy))) { in ttm_bo_cleanup_refs()
348 list_del_init(&bo->ddestroy); in ttm_bo_cleanup_refs()
372 while (!list_empty(&bdev->ddestroy)) { in ttm_bo_delayed_delete()
375 bo = list_first_entry(&bdev->ddestroy, struct ttm_buffer_object, in ttm_bo_delayed_delete()
376 ddestroy); in ttm_bo_delayed_delete()
377 list_move_tail(&bo->ddestroy, &removed); in ttm_bo_delayed_delete()
397 list_splice_tail(&removed, &bdev->ddestroy); in ttm_bo_delayed_delete()
398 empty = list_empty(&bdev->ddestroy); in ttm_bo_delayed_delete()
452 list_add_tail(&bo->ddestroy, &bdev->ddestroy); in ttm_bo_release()
462 list_del(&bo->ddestroy); in ttm_bo_release()
[all …]
A Dttm_device.c222 INIT_LIST_HEAD(&bdev->ddestroy); in ttm_device_init()
A Dttm_bo_util.c233 INIT_LIST_HEAD(&fbo->base.ddestroy); in ttm_buffer_object_transfer()
/linux/include/drm/ttm/
A Dttm_device.h268 struct list_head ddestroy; member
A Dttm_bo_api.h148 struct list_head ddestroy; member

Completed in 10 milliseconds