Searched refs:memory_bm_create (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/power/ |
| H A D | snapshot.c | 1132 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps() 1140 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps() 1837 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory() 1843 error = memory_bm_create(©_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory() 1849 error = memory_bm_create(&zero_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory() 2456 if (memory_bm_create(bm, GFP_ATOMIC, PG_SAFE)) in prepare_highmem_image() 2637 error = memory_bm_create(new_bm, GFP_ATOMIC, PG_SAFE); in prepare_image() 2645 error = memory_bm_create(&tmp, GFP_ATOMIC, PG_SAFE); in prepare_image() 2653 error = memory_bm_create(zero_bm, GFP_ATOMIC, PG_SAFE); in prepare_image() 2798 error = memory_bm_create(©_bm, GFP_ATOMIC, PG_ANY); in snapshot_write_next() [all …]
|