Searched refs:memory_bm_create (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c381 * memory_bm_create - allocate memory for a memory bitmap
384 memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, int safe_needed) function
733 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY);
741 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY);
1285 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY);
1289 error = memory_bm_create(&copy_bm, GFP_IMAGE, PG_ANY);
1876 if (memory_bm_create(bm, GFP_ATOMIC, PG_SAFE))
2054 error = memory_bm_create(new_bm, GFP_ATOMIC, PG_SAFE);
2199 error = memory_bm_create(&copy_bm, GFP_ATOMIC, PG_ANY);

Completed in 61 milliseconds