Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_tt.c291 struct address_space *swap_space; in ttm_tt_swapin() local
301 swap_space = file_inode(swap_storage)->i_mapping; in ttm_tt_swapin()
304 from_page = shmem_read_mapping_page(swap_space, i); in ttm_tt_swapin()
329 struct address_space *swap_space; in ttm_tt_swapout() local
350 swap_space = file_inode(swap_storage)->i_mapping; in ttm_tt_swapout()
356 to_page = shmem_read_mapping_page(swap_space, i); in ttm_tt_swapout()