Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
/Linux-v4.19/include/drm/ttm/
Dttm_tt.h112 struct file *swap_storage; member