Searched refs:shadow_list (Results 1 – 4 of 4) sorted by relevance
90 if (!list_empty(&bo->shadow_list)) { in amdgpu_bo_destroy()92 list_del_init(&bo->shadow_list); in amdgpu_bo_destroy()565 INIT_LIST_HEAD(&bo->shadow_list); in amdgpu_bo_do_create()656 list_add_tail(&bo->shadow->shadow_list, &adev->shadow_list); in amdgpu_bo_create_shadow()
112 struct list_head shadow_list; member
3264 INIT_LIST_HEAD(&adev->shadow_list); in amdgpu_device_init()4020 list_for_each_entry(shadow, &adev->shadow_list, shadow_list) { in amdgpu_device_recover_vram()
951 struct list_head shadow_list; member