Lines Matching refs:orig_bm
1452 struct memory_bitmap *orig_bm) in copy_data_pages() argument
1464 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1466 memory_bm_position_reset(orig_bm); in copy_data_pages()
1469 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1489 static struct memory_bitmap orig_bm; variable
1750 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2043 copy_data_pages(©_bm, &orig_bm); in swsusp_save()
2153 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2157 pack_pfns(buffer, &orig_bm); in snapshot_read_next()
2666 error = prepare_image(&orig_bm, ©_bm); in snapshot_write_next()
2671 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2673 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2681 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2705 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()