Searched refs:ramblock_recv_bitmap_test_byte_offset (Results 1 – 5 of 5) sorted by relevance
89 ramblock_recv_bitmap_test_byte_offset(p->block, p->zero[i]); in multifd_recv_zero_page_process()
98 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset);
968 bool received = ramblock_recv_bitmap_test_byte_offset(rb, start); in postcopy_request_page()989 if (ramblock_recv_bitmap_test_byte_offset(rb, aligned_rbo)) { in postcopy_request_shared_page()
586 received = ramblock_recv_bitmap_test_byte_offset(rb, start); in migrate_send_rp_req_pages()
269 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset) in ramblock_recv_bitmap_test_byte_offset() function