Lines Matching refs:memory_bm_create
682 * memory_bm_create - Allocate memory for a memory bitmap.
684 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask,
1132 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY);
1140 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY);
1837 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY);
1843 error = memory_bm_create(©_bm, GFP_IMAGE, PG_ANY);
1849 error = memory_bm_create(&zero_bm, GFP_IMAGE, PG_ANY);
2456 if (memory_bm_create(bm, GFP_ATOMIC, PG_SAFE))
2637 error = memory_bm_create(new_bm, GFP_ATOMIC, PG_SAFE);
2645 error = memory_bm_create(&tmp, GFP_ATOMIC, PG_SAFE);
2653 error = memory_bm_create(zero_bm, GFP_ATOMIC, PG_SAFE);
2798 error = memory_bm_create(©_bm, GFP_ATOMIC, PG_ANY);
2802 error = memory_bm_create(&zero_bm, GFP_ATOMIC, PG_ANY);