Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_tt.c311 struct address_space *swap_space; in ttm_tt_swapin() local
321 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
324 gfp_t gfp_mask = mapping_gfp_mask(swap_space); in ttm_tt_swapin()
327 from_page = shmem_read_mapping_page_gfp(swap_space, i, gfp_mask); in ttm_tt_swapin()
354 struct address_space *swap_space; in ttm_tt_swapout() local
375 swap_space = swap_storage->f_mapping; in ttm_tt_swapout()
378 gfp_t gfp_mask = mapping_gfp_mask(swap_space); in ttm_tt_swapout()
386 to_page = shmem_read_mapping_page_gfp(swap_space, i, gfp_mask); in ttm_tt_swapout()