Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmigration.h202 int page_requested_count; member
H A Dpostcopy-ram.c612 if (qatomic_read(&mis->page_requested_count)) { in postcopy_ram_incoming_cleanup()
1301 int left_pages = qatomic_dec_fetch(&mis->page_requested_count); in qemu_ufd_copy_ioctl()
1303 trace_postcopy_page_req_del(host_addr, mis->page_requested_count); in qemu_ufd_copy_ioctl()
H A Dmigration.c485 qatomic_inc(&mis->page_requested_count); in migrate_send_rp_req_pages()
486 trace_postcopy_page_req_add(aligned, mis->page_requested_count); in migrate_send_rp_req_pages()