Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c1809 uint32_t swap_placement = (TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM); in ttm_bo_swapout() local
1848 if ((bo->mem.placement & swap_placement) != swap_placement) { in ttm_bo_swapout()