Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_tt.c349 struct address_space *swap_space; in ttm_tt_swapin() local
359 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
362 gfp_t gfp_mask = mapping_gfp_mask(swap_space); in ttm_tt_swapin()
365 from_page = shmem_read_mapping_page_gfp(swap_space, i, gfp_mask); in ttm_tt_swapin()
391 struct address_space *swap_space; in ttm_tt_swapout() local
413 swap_space = swap_storage->f_mapping; in ttm_tt_swapout()
416 gfp_t gfp_mask = mapping_gfp_mask(swap_space); in ttm_tt_swapout()
424 to_page = shmem_read_mapping_page_gfp(swap_space, i, gfp_mask); in ttm_tt_swapout()