Searched refs:swap_storage (Results 1 – 3 of 3) sorted by relevance
159 ttm->swap_storage = NULL; in ttm_tt_init_fields()184 if (ttm->swap_storage) in ttm_tt_fini()185 fput(ttm->swap_storage); in ttm_tt_fini()186 ttm->swap_storage = NULL; in ttm_tt_fini()226 struct file *swap_storage; in ttm_tt_swapin() local232 swap_storage = ttm->swap_storage; in ttm_tt_swapin()255 fput(swap_storage); in ttm_tt_swapin()256 ttm->swap_storage = NULL; in ttm_tt_swapin()324 struct file *swap_storage; in ttm_tt_swapout() local355 ttm->swap_storage = swap_storage; in ttm_tt_swapout()[all …]
64 KUNIT_ASSERT_NULL(test, tt->swap_storage); in ttm_tt_init_basic()147 tt->swap_storage = shmem; in ttm_tt_fini_shmem()150 KUNIT_ASSERT_NULL(test, tt->swap_storage); in ttm_tt_fini_shmem()360 KUNIT_ASSERT_NOT_NULL(test, tt->swap_storage); in ttm_tt_swapin_basic()369 KUNIT_ASSERT_NULL(test, tt->swap_storage); in ttm_tt_swapin_basic()
114 struct file *swap_storage; member