Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_tt.c352 struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout()
363 if (!persistent_swap_storage) { in ttm_tt_swapout()
372 swap_storage = persistent_swap_storage; in ttm_tt_swapout()
400 if (persistent_swap_storage) in ttm_tt_swapout()
405 if (!persistent_swap_storage) in ttm_tt_swapout()
351 ttm_tt_swapout(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct file *persistent_swap_storage) ttm_tt_swapout() argument
H A Dttm_bo.c1599 ret = ttm_tt_swapout(bo->bdev, bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_tt.h188 int ttm_tt_swapout(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct file *persistent_swap_storage);
H A Dttm_bo_api.h93 * @persistent_swap_storage: Usually the swap storage is deleted for buffers
142 struct file *persistent_swap_storage; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c211 nvbo->bo.persistent_swap_storage = nvbo->bo.base.filp; in nouveau_gem_new()

Completed in 6 milliseconds