Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance
180 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() local298 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 …]
123 struct file *swap_storage; member