Lines Matching defs:evict
419 bool force = false, evict = false;
431 evict = true;
436 if (!(memtype & (1 << bo->mem.mem_type)) || evict) {
446 if (evict) {
1213 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr,
1241 evict,
1321 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr,
1358 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr,
1394 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict,
1453 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict,
1487 ret = nouveau_bo_move_flipd(bo, evict,
1491 ret = nouveau_bo_move_flips(bo, evict,
1495 ret = nouveau_bo_move_m2mf(bo, evict,