Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance
142 ttm->swap_storage = NULL; in ttm_tt_init_fields()165 if (ttm->swap_storage) in ttm_tt_fini()166 fput(ttm->swap_storage); in ttm_tt_fini()167 ttm->swap_storage = NULL; in ttm_tt_fini()200 struct file *swap_storage; in ttm_tt_swapin() local206 swap_storage = ttm->swap_storage; in ttm_tt_swapin()207 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()209 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()229 fput(swap_storage); in ttm_tt_swapin()230 ttm->swap_storage = NULL; in ttm_tt_swapin()[all …]
100 struct file *swap_storage; member