Searched refs:force_space (Results 1 – 1 of 1) sorted by relevance
715 bool force_space, in ttm_bo_alloc_resource() argument737 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()741 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()742 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource()792 bool force_space = false; in ttm_bo_mem_space() local797 force_space, res); in ttm_bo_mem_space()798 force_space = !force_space; in ttm_bo_mem_space()799 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()826 bool force_space; in ttm_bo_validate() local837 force_space = false; in ttm_bo_validate()[all …]