Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration-stats.h103 Stat64 zero_pages; member
H A Dmultifd-zero-page.c81 stat64_add(&mig_stats.zero_pages, pages->num - pages->normal_num); in multifd_send_zero_page_detect()
H A Dmultifd-nocomp.c211 packet->zero_pages = cpu_to_be32(zero_num); in multifd_ram_fill_packet()
251 p->zero_num = be32_to_cpu(packet->zero_pages); in multifd_ram_unfill_packet()
H A Dmultifd.h96 uint32_t zero_pages; member