Home
last modified time | relevance | path

Searched refs:nr_zero_pages (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/power/
H A Dsnapshot.c1567 static unsigned int nr_zero_pages; variable
1636 nr_zero_pages = 0; in swsusp_free()
1863 nr_zero_pages = 0; in hibernate_preallocate_memory()
2152 nr_zero_pages = nr_pages - nr_copy_pages; in swsusp_save()
2155 pr_info("Image created (%d pages copied, %d zero pages)\n", nr_copy_pages, nr_zero_pages); in swsusp_save()
2385 nr_zero_pages++; in unpack_orig_pfns()
2681 nr_pages = (nr_zero_pages + nr_copy_pages) - nr_highmem - allocated_unsafe_pages; in prepare_image()
2694 nr_pages = (nr_zero_pages + nr_copy_pages) - nr_highmem - allocated_unsafe_pages; in prepare_image()
2785 if (handle->cur > 1 && handle->cur > nr_meta_pages + nr_copy_pages + nr_zero_pages) in snapshot_write_next()
2812 nr_zero_pages = 0; in snapshot_write_next()
[all …]