Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance
143 ttm->swap_storage = NULL; in ttm_tt_init_fields()166 if (ttm->swap_storage) in ttm_tt_fini()167 fput(ttm->swap_storage); in ttm_tt_fini()168 ttm->swap_storage = NULL; in ttm_tt_fini()201 struct file *swap_storage; in ttm_tt_swapin() local207 swap_storage = ttm->swap_storage; in ttm_tt_swapin()230 fput(swap_storage); in ttm_tt_swapin()231 ttm->swap_storage = NULL; in ttm_tt_swapin()255 struct file *swap_storage; in ttm_tt_swapout() local286 ttm->swap_storage = swap_storage; in ttm_tt_swapout()[all …]
100 struct file *swap_storage; member
Completed in 5 milliseconds