Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_tt.c389 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() argument
401 if (!persistent_swap_storage) { in ttm_tt_swapout()
410 swap_storage = persistent_swap_storage; in ttm_tt_swapout()
438 if (persistent_swap_storage) in ttm_tt_swapout()
443 if (!persistent_swap_storage) in ttm_tt_swapout()
Dttm_bo.c1932 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
/Linux-v5.4/include/drm/ttm/
Dttm_tt.h230 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage);
Dttm_bo_api.h197 struct file *persistent_swap_storage; member
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_gem.c215 nvbo->bo.persistent_swap_storage = nvbo->bo.base.filp; in nouveau_gem_new()