Searched refs:ttm_global_swapout (Results 1 – 3 of 3) sorted by relevance
271 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags);
331 ret = ttm_global_swapout(ctx, GFP_KERNEL); in ttm_tt_populate()394 seq_printf(m, "%d\n", ttm_global_swapout(&ctx, GFP_KERNEL)); in ttm_tt_debugfs_shrink_show()
123 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags) in ttm_global_swapout() function