Searched refs:end_va (Results 1 – 1 of 1) sorted by relevance
74 uint64_t end_va) in amdgpu_vamgr_subtract_hole() argument76 if (start_va > hole->offset && end_va - hole->offset < hole->size) { in amdgpu_vamgr_subtract_hole()85 hole->size -= (end_va - hole->offset); in amdgpu_vamgr_subtract_hole()86 hole->offset = end_va; in amdgpu_vamgr_subtract_hole()89 } else if (end_va - hole->offset < hole->size) { in amdgpu_vamgr_subtract_hole()90 hole->size -= (end_va - hole->offset); in amdgpu_vamgr_subtract_hole()91 hole->offset = end_va; in amdgpu_vamgr_subtract_hole()