Searched refs:force_space (Results 1 – 1 of 1) sorted by relevance
713 bool force_space, in ttm_bo_alloc_resource() argument735 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()739 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()740 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource()790 bool force_space = false; in ttm_bo_mem_space() local795 force_space, res); in ttm_bo_mem_space()796 force_space = !force_space; in ttm_bo_mem_space()797 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()824 bool force_space; in ttm_bo_validate() local835 force_space = false; in ttm_bo_validate()[all …]