Lines Matching refs:orig_bm
1525 struct memory_bitmap *orig_bm, in copy_data_pages() argument
1539 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1541 memory_bm_position_reset(orig_bm); in copy_data_pages()
1545 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1575 static struct memory_bitmap orig_bm; variable
1840 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2140 nr_copy_pages = copy_data_pages(©_bm, &orig_bm, &zero_bm); in swsusp_save()
2259 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2263 pack_pfns(buffer, &orig_bm, &zero_bm); in snapshot_read_next()
2818 error = prepare_image(&orig_bm, ©_bm, &zero_bm); in snapshot_write_next()
2823 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2826 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2835 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2844 memory_bm_test_bit(&zero_bm, memory_bm_get_current(&orig_bm))) { in snapshot_write_next()
2868 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()