Lines Matching refs:orig_bm
1410 struct memory_bitmap *orig_bm) in copy_data_pages() argument
1422 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1424 memory_bm_position_reset(orig_bm); in copy_data_pages()
1427 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1447 static struct memory_bitmap orig_bm; variable
1708 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2001 copy_data_pages(©_bm, &orig_bm); in swsusp_save()
2111 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2115 pack_pfns(buffer, &orig_bm); in snapshot_read_next()
2624 error = prepare_image(&orig_bm, ©_bm); in snapshot_write_next()
2629 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2631 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2639 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2663 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()