Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_tt.c143 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() local
206 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
229 fput(swap_storage); in ttm_tt_swapin()
230 ttm->swap_storage = NULL; in ttm_tt_swapin()
254 struct file *swap_storage; in ttm_tt_swapout() local
285 ttm->swap_storage = swap_storage; in ttm_tt_swapout()
[all …]
/linux/include/drm/ttm/
A Dttm_tt.h100 struct file *swap_storage; member

Completed in 3 milliseconds