Home
last modified time | relevance | path

Searched refs:evict_walk (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/ttm/
A Dttm_bo.c522 evict_walk->try_low, &evict_walk->hit_low)) in ttm_bo_evict_cb()
539 evict_walk->evicted++; in ttm_bo_evict_cb()
540 if (evict_walk->res) in ttm_bo_evict_cb()
541 lret = ttm_resource_alloc(evict_walk->evictor, evict_walk->place, in ttm_bo_evict_cb()
542 evict_walk->res, NULL); in ttm_bo_evict_cb()
585 if (!lret && evict_walk.hit_low) { in ttm_bo_evict_alloc()
586 evict_walk.try_low = true; in ttm_bo_evict_alloc()
593 evict_walk.try_low = evict_walk.hit_low = false; in ttm_bo_evict_alloc()
601 evict_walk.evicted = 0; in ttm_bo_evict_alloc()
606 if (!lret && evict_walk.hit_low && !evict_walk.try_low) { in ttm_bo_evict_alloc()
[all …]

Completed in 6 milliseconds