Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_tt.c215 ttm->swap_storage) in ttm_tt_destroy_common()
216 fput(ttm->swap_storage); in ttm_tt_destroy_common()
218 ttm->swap_storage = NULL; in ttm_tt_destroy_common()
235 ttm->swap_storage = NULL; in ttm_tt_init_fields()
312 struct file *swap_storage; in ttm_tt_swapin() local
318 swap_storage = ttm->swap_storage; in ttm_tt_swapin()
319 BUG_ON(swap_storage == NULL); in ttm_tt_swapin()
321 swap_space = swap_storage->f_mapping; in ttm_tt_swapin()
342 fput(swap_storage); in ttm_tt_swapin()
343 ttm->swap_storage = NULL; in ttm_tt_swapin()
[all …]