Searched refs:persistent_swap_storage (Results 1 – 3 of 3) sorted by relevance
327 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() argument339 if (!persistent_swap_storage) { in ttm_tt_swapout()348 swap_storage = persistent_swap_storage; in ttm_tt_swapout()370 if (persistent_swap_storage) in ttm_tt_swapout()375 if (!persistent_swap_storage) in ttm_tt_swapout()
1083 struct file *persistent_swap_storage, in ttm_bo_init() argument1137 bo->persistent_swap_storage = persistent_swap_storage; in ttm_bo_init()1215 struct file *persistent_swap_storage, in ttm_bo_create() argument1228 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()1680 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()
190 nvbo->bo.persistent_swap_storage = nvbo->gem.filp; in nouveau_gem_new()