Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c682 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, in memory_bm_create() function
1133 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps()
1141 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps()
1791 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
1797 error = memory_bm_create(&copy_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
1803 error = memory_bm_create(&zero_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2411 if (memory_bm_create(bm, GFP_ATOMIC, PG_SAFE)) in prepare_highmem_image()
2592 error = memory_bm_create(new_bm, GFP_ATOMIC, PG_SAFE); in prepare_image()
2600 error = memory_bm_create(&tmp, GFP_ATOMIC, PG_SAFE); in prepare_image()
2608 error = memory_bm_create(zero_bm, GFP_ATOMIC, PG_SAFE); in prepare_image()
[all …]