Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_tt.c200 struct address_space *swap_space; in ttm_tt_swapin() local
210 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
211 gfp_mask = mapping_gfp_mask(swap_space); in ttm_tt_swapin()
214 from_page = shmem_read_mapping_page_gfp(swap_space, i, in ttm_tt_swapin()
254 struct address_space *swap_space; in ttm_tt_swapout() local
266 swap_space = swap_storage->f_mapping; in ttm_tt_swapout()
267 gfp_flags &= mapping_gfp_mask(swap_space); in ttm_tt_swapout()
274 to_page = shmem_read_mapping_page_gfp(swap_space, i, gfp_flags); in ttm_tt_swapout()