Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance
155 ttm->swap_storage = NULL; in ttm_tt_init_fields()178 if (ttm->swap_storage) in ttm_tt_fini()179 fput(ttm->swap_storage); in ttm_tt_fini()180 ttm->swap_storage = NULL; in ttm_tt_fini()213 struct file *swap_storage; in ttm_tt_swapin() local219 swap_storage = ttm->swap_storage; in ttm_tt_swapin()220 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()222 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()242 fput(swap_storage); in ttm_tt_swapin()243 ttm->swap_storage = NULL; in ttm_tt_swapin()[all …]
107 struct file *swap_storage; member