Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_tt.c219 ttm->swap_storage) in ttm_tt_destroy()
220 fput(ttm->swap_storage); in ttm_tt_destroy()
222 ttm->swap_storage = NULL; in ttm_tt_destroy()
234 ttm->swap_storage = NULL; in ttm_tt_init_fields()
350 struct file *swap_storage; in ttm_tt_swapin() local
356 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
357 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()
359 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
380 fput(swap_storage); in ttm_tt_swapin()
381 ttm->swap_storage = NULL; in ttm_tt_swapin()
[all …]