Searched refs:uncommitted_range_next (Results 1 – 1 of 1) sorted by relevance
1255 unsigned uncommitted_range_prev, uncommitted_range_next; in amdgpu_bo_find_next_committed_memory() local1262 uncommitted_range_prev = uncommitted_range_next = 0; in amdgpu_bo_find_next_committed_memory()1292 uncommitted_range_next = *range_size + range_offset - va_page * RADEON_SPARSE_PAGE_SIZE; in amdgpu_bo_find_next_committed_memory()1296 *range_size = *range_size - uncommitted_range_next - uncommitted_range_prev; in amdgpu_bo_find_next_committed_memory()1297 return *range_size ? uncommitted_range_prev : uncommitted_range_prev + uncommitted_range_next; in amdgpu_bo_find_next_committed_memory()