Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Ddirtyrate.c416 info->sample_page_vfn = g_try_malloc0_n(sample_pages_count, in save_ramblock_hash()
418 if (!info->sample_page_vfn) { in save_ramblock_hash()
425 info->sample_page_vfn[i] = g_rand_int_range(rand, 0, in save_ramblock_hash()
428 info->sample_page_vfn[i]); in save_ramblock_hash()
460 g_free(infos[i].sample_page_vfn); in free_ramblock_dirty_info()
531 hash = get_ramblock_vfn_hash(info, info->sample_page_vfn[i]); in calc_page_dirty_rate()
H A Ddirtyrate.h60 uint64_t *sample_page_vfn; /* relative offset address for sampled page */ member