Searched refs:target_bytes (Results 1 – 1 of 1) sorted by relevance
808 s64 target_bytes, in ttm_bo_evict_cgroup() argument825 lret = ttm_lru_walk_for_evict(&evict_walk.walk, bdev, man, target_bytes); in ttm_bo_evict_cgroup()826 if (lret < 0 || lret >= target_bytes) in ttm_bo_evict_cgroup()833 target_bytes - lret); in ttm_bo_evict_cgroup()837 if (lret >= target_bytes) in ttm_bo_evict_cgroup()850 target_bytes - lret); in ttm_bo_evict_cgroup()856 } while (lret < target_bytes && evict_walk.evicted); in ttm_bo_evict_cgroup()859 if (lret < target_bytes && evict_walk.hit_low && !evict_walk.try_low) { in ttm_bo_evict_cgroup()