Searched refs:persistent_swap_storage (Results 1 – 4 of 4) sorted by relevance
521 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() argument532 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()
1985 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
260 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage);
213 struct file *persistent_swap_storage; member