Home
last modified time | relevance | path

Searched refs:swap_storage (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c155 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() local
219 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
242 fput(swap_storage); in ttm_tt_swapin()
243 ttm->swap_storage = NULL; in ttm_tt_swapin()
267 struct file *swap_storage; in ttm_tt_swapout() local
298 ttm->swap_storage = swap_storage; in ttm_tt_swapout()
[all …]
/openbmc/linux/include/drm/ttm/
H A Dttm_tt.h107 struct file *swap_storage; member