Searched refs:shadow_list (Results 1 – 4 of 4) sorted by relevance
89 if (!list_empty(&bo->shadow_list)) { in amdgpu_bo_destroy()91 list_del_init(&bo->shadow_list); in amdgpu_bo_destroy()491 INIT_LIST_HEAD(&bo->shadow_list); in amdgpu_bo_do_create()582 list_add_tail(&bo->shadow->shadow_list, &adev->shadow_list); in amdgpu_bo_create_shadow()
105 struct list_head shadow_list; member
2653 INIT_LIST_HEAD(&adev->shadow_list); in amdgpu_device_init()3405 list_for_each_entry(shadow, &adev->shadow_list, shadow_list) { in amdgpu_device_recover_vram()
989 struct list_head shadow_list; member