Lines Matching refs:evict
441 bool force = false, evict = false;
453 evict = true;
458 bool error = evict;
480 if (evict) {
800 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr,
837 evict, false,
916 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr,
958 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr,
995 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict,
1064 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict,
1096 ret = nouveau_bo_move_flipd(bo, evict,
1100 ret = nouveau_bo_move_flips(bo, evict,
1104 ret = nouveau_bo_move_m2mf(bo, evict,