Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/
Dttm_tt.c521 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() argument
532 KASSERT(persistent_swap_storage == NULL); in ttm_tt_swapout()
547 if (!persistent_swap_storage) { in ttm_tt_swapout()
556 swap_storage = persistent_swap_storage; in ttm_tt_swapout()
584 if (persistent_swap_storage) in ttm_tt_swapout()
589 if (!persistent_swap_storage) in ttm_tt_swapout()
Dttm_bo.c1985 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/ttm/
Dttm_tt.h260 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage);
Dttm_bo_api.h213 struct file *persistent_swap_storage; member