Lines Matching full:sent

128     /* Last block from where we have sent data */
296 * Returns >0 if success with sent bytes, or <0 if error.
378 /* Last dirty target page we have sent */
595 * Update the xbzrle cache to reflect a page that's been sent as all 0.
599 * when a small write is made into the 0'd page it gets XBZRLE sent.
615 * 0 means that page is identical to the one already sent
673 * sent, in all cases except where we skip the page. in save_xbzrle_page()
1200 * @buf: the page to be sent
1773 * Skips pages that are already sent (!dirty)
1790 * will dirty it, and we must make sure it doesn't get sent again in get_queued_page()
1792 * search already sent it. in get_queued_page()
2041 * Whether the page pointed by PSS is within the host page being sent.
2090 bool page_dirty, sent = false; in ram_save_host_page_urgent() local
2118 sent = true; in ram_save_host_page_urgent()
2124 /* For urgent requests, flush immediately if sent */ in ram_save_host_page_urgent()
2125 if (sent) { in ram_save_host_page_urgent()
2137 * a host page in which case the remainder of the hostpage is sent.
2138 * Only dirty target pages are sent. Note that the host page size may
2188 * something is sent in the current iteration. in ram_save_host_page()
2518 * Deal with TPS != HPS and huge pages. It discard any partially sent in postcopy_each_ram_send_discard()
2920 * The skipped free pages are equavalent to be sent from clear_bmap's in qemu_guest_free_page_hint()
2922 * are initially set. Otherwise those skipped pages will be sent in in qemu_guest_free_page_hint()
3214 /* no more pages to sent */ in ram_save_iterate()
3312 /* no more blocks to sent */ in ram_save_complete()
3598 * Record the dirty pages that sent by PVM, we use this dirty bitmap together in colo_init_ram_cache()