Lines Matching refs:orig_bm
1449 struct memory_bitmap *orig_bm) in copy_data_pages() argument
1461 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1463 memory_bm_position_reset(orig_bm); in copy_data_pages()
1466 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1486 static struct memory_bitmap orig_bm; variable
1747 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2040 copy_data_pages(©_bm, &orig_bm); in swsusp_save()
2150 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2154 pack_pfns(buffer, &orig_bm); in snapshot_read_next()
2663 error = prepare_image(&orig_bm, ©_bm); in snapshot_write_next()
2668 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2670 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2678 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2702 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()