Home
last modified time | relevance | path

Searched refs:ttm_tt_swapout (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/drm/ttm/
Dttm_tt.h188 int ttm_tt_swapout(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct file *persistent_swap_sto…
/Linux-v5.10/drivers/gpu/drm/ttm/
Dttm_tt.c351 int ttm_tt_swapout(struct ttm_bo_device *bdev, in ttm_tt_swapout() function
Dttm_bo.c1587 ret = ttm_tt_swapout(bo->bdev, bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()