Searched refs:relocated (Results 1 – 2 of 2) sorted by relevance
331 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated()1394 if (list_empty(&vm->relocated)) in amdgpu_vm_update_pdes()1406 while (!list_empty(&vm->relocated)) { in amdgpu_vm_update_pdes()1409 entry = list_first_entry(&vm->relocated, in amdgpu_vm_update_pdes()1831 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) { in amdgpu_vm_get_memory()2940 INIT_LIST_HEAD(&vm->relocated); in amdgpu_vm_init()3513 list_for_each_entry_safe(bo_va, tmp, &vm->relocated, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
261 struct list_head relocated; member