ddestroy          159 drivers/gpu/drm/ttm/ttm_bo.c 	BUG_ON(!list_empty(&bo->ddestroy));
ddestroy          527 drivers/gpu/drm/ttm/ttm_bo.c 	list_add_tail(&bo->ddestroy, &bdev->ddestroy);
ddestroy          555 drivers/gpu/drm/ttm/ttm_bo.c 	if (unlikely(list_empty(&bo->ddestroy)))
ddestroy          597 drivers/gpu/drm/ttm/ttm_bo.c 	if (ret || unlikely(list_empty(&bo->ddestroy))) {
ddestroy          605 drivers/gpu/drm/ttm/ttm_bo.c 	list_del_init(&bo->ddestroy);
ddestroy          630 drivers/gpu/drm/ttm/ttm_bo.c 	while (!list_empty(&bdev->ddestroy)) {
ddestroy          633 drivers/gpu/drm/ttm/ttm_bo.c 		bo = list_first_entry(&bdev->ddestroy, struct ttm_buffer_object,
ddestroy          634 drivers/gpu/drm/ttm/ttm_bo.c 				      ddestroy);
ddestroy          636 drivers/gpu/drm/ttm/ttm_bo.c 		list_move_tail(&bo->ddestroy, &removed);
ddestroy          654 drivers/gpu/drm/ttm/ttm_bo.c 	list_splice_tail(&removed, &bdev->ddestroy);
ddestroy          655 drivers/gpu/drm/ttm/ttm_bo.c 	empty = list_empty(&bdev->ddestroy);
ddestroy          790 drivers/gpu/drm/ttm/ttm_bo.c 		    || !list_empty(&bo->ddestroy))
ddestroy          894 drivers/gpu/drm/ttm/ttm_bo.c 	if (!list_empty(&bo->ddestroy)) {
ddestroy         1330 drivers/gpu/drm/ttm/ttm_bo.c 	INIT_LIST_HEAD(&bo->ddestroy);
ddestroy         1758 drivers/gpu/drm/ttm/ttm_bo.c 	INIT_LIST_HEAD(&bdev->ddestroy);
ddestroy         1896 drivers/gpu/drm/ttm/ttm_bo.c 	if (!list_empty(&bo->ddestroy)) {
ddestroy          507 drivers/gpu/drm/ttm/ttm_bo_util.c 	INIT_LIST_HEAD(&fbo->base.ddestroy);
ddestroy          212 include/drm/ttm/ttm_bo_api.h 	struct list_head ddestroy;
ddestroy          482 include/drm/ttm/ttm_bo_driver.h 	struct list_head ddestroy;