Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_tt.c143 ttm->swap_storage = NULL; in ttm_tt_init_fields()
166 if (ttm->swap_storage) in ttm_tt_fini()
167 fput(ttm->swap_storage); in ttm_tt_fini()
168 ttm->swap_storage = NULL; in ttm_tt_fini()
201 struct file *swap_storage; in ttm_tt_swapin() local
207 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
230 fput(swap_storage); in ttm_tt_swapin()
231 ttm->swap_storage = NULL; in ttm_tt_swapin()
255 struct file *swap_storage; in ttm_tt_swapout() local
286 ttm->swap_storage = swap_storage; in ttm_tt_swapout()
[all …]
/linux-6.3-rc2/include/drm/ttm/
A Dttm_tt.h100 struct file *swap_storage; member

Completed in 5 milliseconds