Lines Matching refs:orig_bm
1522 struct memory_bitmap *orig_bm, in copy_data_pages() argument
1536 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1538 memory_bm_position_reset(orig_bm); in copy_data_pages()
1542 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1572 static struct memory_bitmap orig_bm; variable
1837 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2137 nr_copy_pages = copy_data_pages(©_bm, &orig_bm, &zero_bm); in swsusp_save()
2256 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2260 pack_pfns(buffer, &orig_bm, &zero_bm); in snapshot_read_next()
2815 error = prepare_image(&orig_bm, ©_bm, &zero_bm); in snapshot_write_next()
2820 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2823 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2832 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2841 memory_bm_test_bit(&zero_bm, memory_bm_get_current(&orig_bm))) { in snapshot_write_next()
2865 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()