Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance
129 if (ttm->swap_storage) in ttm_tt_destroy_common()130 fput(ttm->swap_storage); in ttm_tt_destroy_common()132 ttm->swap_storage = NULL; in ttm_tt_destroy_common()150 ttm->swap_storage = NULL; in ttm_tt_init_fields()201 struct file *swap_storage; in ttm_tt_swapin() local207 swap_storage = ttm->swap_storage; in ttm_tt_swapin()208 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()210 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()230 fput(swap_storage); in ttm_tt_swapin()231 ttm->swap_storage = NULL; in ttm_tt_swapin()[all …]
70 struct file *swap_storage; member