Lines Matching refs:nr_zero_pages
1564 static unsigned int nr_zero_pages; variable
1633 nr_zero_pages = 0; in swsusp_free()
1860 nr_zero_pages = 0; in hibernate_preallocate_memory()
2149 nr_zero_pages = nr_pages - nr_copy_pages; in swsusp_save()
2152 pr_info("Image created (%d pages copied, %d zero pages)\n", nr_copy_pages, nr_zero_pages); in swsusp_save()
2382 nr_zero_pages++; in unpack_orig_pfns()
2678 nr_pages = (nr_zero_pages + nr_copy_pages) - nr_highmem - allocated_unsafe_pages; in prepare_image()
2691 nr_pages = (nr_zero_pages + nr_copy_pages) - nr_highmem - allocated_unsafe_pages; in prepare_image()
2782 if (handle->cur > 1 && handle->cur > nr_meta_pages + nr_copy_pages + nr_zero_pages) in snapshot_write_next()
2809 nr_zero_pages = 0; in snapshot_write_next()
2867 if (handle->cur > 1 && handle->cur > nr_meta_pages + nr_copy_pages + nr_zero_pages) { in snapshot_write_finalize()
2877 handle->cur <= nr_meta_pages + nr_copy_pages + nr_zero_pages); in snapshot_image_loaded()