Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_tt.c327 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() argument
339 if (!persistent_swap_storage) { in ttm_tt_swapout()
348 swap_storage = persistent_swap_storage; in ttm_tt_swapout()
370 if (persistent_swap_storage) in ttm_tt_swapout()
375 if (!persistent_swap_storage) in ttm_tt_swapout()
Dttm_bo.c1086 struct file *persistent_swap_storage, in ttm_bo_init() argument
1140 bo->persistent_swap_storage = persistent_swap_storage; in ttm_bo_init()
1218 struct file *persistent_swap_storage, in ttm_bo_create() argument
1231 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
1683 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_api.h219 struct file *persistent_swap_storage; member
488 struct file *persistent_swap_storage,
525 struct file *persistent_swap_storage,
Dttm_bo_driver.h648 struct file *persistent_swap_storage);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_gem.c220 nvbo->bo.persistent_swap_storage = nvbo->gem.filp; in nouveau_gem_new()