ttm_global_swapout
int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags);
ret = ttm_global_swapout(ctx, GFP_KERNEL);
seq_printf(m, "%d\n", ttm_global_swapout(&ctx, GFP_KERNEL));