Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1082 struct file *persistent_swap_storage, in ttm_bo_init() argument
1136 bo->persistent_swap_storage = persistent_swap_storage; in ttm_bo_init()
1214 struct file *persistent_swap_storage, in ttm_bo_create() argument
1227 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
1679 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/
Dnouveau_gem.c218 nvbo->bo.persistent_swap_storage = nvbo->gem.filp; in nouveau_gem_new()