Lines Matching refs:PG_ANY
171 #define PG_ANY 0 macro
318 get_image_page(ca->gfp_mask, PG_ANY); in chain_alloc()
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()
2085 if (get_highmem_buffer(PG_ANY)) in swsusp_alloc()
2245 buffer = get_image_page(GFP_ATOMIC, PG_ANY); in snapshot_read_next()
2785 buffer = get_image_page(GFP_ATOMIC, PG_ANY); in snapshot_write_next()
2798 error = memory_bm_create(©_bm, GFP_ATOMIC, PG_ANY); in snapshot_write_next()
2802 error = memory_bm_create(&zero_bm, GFP_ATOMIC, PG_ANY); in snapshot_write_next()