Lines Matching refs:orig_bm
1528 struct memory_bitmap *orig_bm, in copy_data_pages() argument
1542 memory_bm_set_bit(orig_bm, pfn); in copy_data_pages()
1544 memory_bm_position_reset(orig_bm); in copy_data_pages()
1548 pfn = memory_bm_next_pfn(orig_bm); in copy_data_pages()
1578 static struct memory_bitmap orig_bm; variable
1843 error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY); in hibernate_preallocate_memory()
2143 nr_copy_pages = copy_data_pages(©_bm, &orig_bm, &zero_bm); in swsusp_save()
2262 memory_bm_position_reset(&orig_bm); in snapshot_read_next()
2266 pack_pfns(buffer, &orig_bm, &zero_bm); in snapshot_read_next()
2821 error = prepare_image(&orig_bm, ©_bm, &zero_bm); in snapshot_write_next()
2826 memory_bm_position_reset(&orig_bm); in snapshot_write_next()
2829 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2836 handle->buffer = get_buffer(&orig_bm, &ca); in snapshot_write_next()
2845 memory_bm_test_bit(&zero_bm, memory_bm_get_current(&orig_bm))) { in snapshot_write_next()
2867 memory_bm_recycle(&orig_bm); in snapshot_write_finalize()