Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c90 #define PG_ANY 0 macro
980 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps()
988 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps()
1570 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
1574 error = memory_bm_create(&copy_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
1811 if (get_highmem_buffer(PG_ANY)) in swsusp_alloc()
1963 buffer = get_image_page(GFP_ATOMIC, PG_ANY); in snapshot_read_next()
2483 buffer = get_image_page(GFP_ATOMIC, PG_ANY); in snapshot_write_next()
2494 error = memory_bm_create(&copy_bm, GFP_ATOMIC, PG_ANY); in snapshot_write_next()