Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_tt.c180 ttm->swap_storage) in ttm_tt_destroy()
181 fput(ttm->swap_storage); in ttm_tt_destroy()
183 ttm->swap_storage = NULL; in ttm_tt_destroy()
198 ttm->swap_storage = NULL; in ttm_tt_init()
230 ttm->swap_storage = NULL; in ttm_dma_tt_init()
292 struct file *swap_storage; in ttm_tt_swapin() local
298 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
299 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()
301 swap_space = file_inode(swap_storage)->i_mapping; in ttm_tt_swapin()
318 fput(swap_storage); in ttm_tt_swapin()
[all …]
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h123 struct file *swap_storage; member