Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ttm/
Dttm_tt.c142 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()
207 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()
209 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
229 fput(swap_storage); in ttm_tt_swapin()
230 ttm->swap_storage = NULL; in ttm_tt_swapin()
[all …]
/linux-5.19.10/include/drm/ttm/
Dttm_tt.h100 struct file *swap_storage; member