Home
last modified time | relevance | path

Searched refs:target_pages (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dxen-balloon.c100 : static_max - balloon_stats.target_pages; in watch_target()
158 return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.target_pages)); in target_kb_show()
184 (unsigned long long)balloon_stats.target_pages in target_show()
H A Dballoon.c267 credit = balloon_stats.target_pages + balloon_stats.target_unpopulated in reserve_additional_memory()
370 balloon_stats.target_pages = balloon_stats.current_pages + in reserve_additional_memory()
378 return balloon_stats.target_pages - balloon_stats.current_pages; in current_credit()
562 balloon_stats.target_pages = target; in balloon_set_new_target()
717 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init()
/openbmc/linux/include/xen/
H A Dballoon.h13 unsigned long target_pages; member
/openbmc/qemu/migration/
H A Dmigration.h65 unsigned int target_pages; member
H A Dram.c3722 tmp_page->target_pages++; in ram_load_postcopy()
3737 if (tmp_page->target_pages == 1) { in ram_load_postcopy()
3748 block->idstr, addr, tmp_page->target_pages); in ram_load_postcopy()
3757 if (tmp_page->target_pages == in ram_load_postcopy()
H A Dpostcopy-ram.c1463 tmp_page->target_pages = 0; in postcopy_temp_page_reset()
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h357 uint64_t target_pages; member
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c1394 uint64_t target_pages = target >> HV_BALLOON_PFN_SHIFT; in hv_balloon_to_target() local
1396 if (!target_pages) { in hv_balloon_to_target()
1404 balloon->target = target_pages; in hv_balloon_to_target()