Lines Matching refs:balloon_hotplug
205 balloon_stats.balloon_hotplug) in balloon_is_inflated()
226 unsigned long balloon_hotplug = credit; in reserve_additional_memory() local
229 balloon_hotplug = round_up(balloon_hotplug, PAGES_PER_SECTION); in reserve_additional_memory()
246 for (i = 0; i < balloon_hotplug; i++) { in reserve_additional_memory()
255 rc = add_memory(nid, hotplug_start_paddr, balloon_hotplug << PAGE_SHIFT); in reserve_additional_memory()
262 balloon_hotplug -= credit; in reserve_additional_memory()
265 balloon_stats.balloon_hotplug = balloon_hotplug; in reserve_additional_memory()
281 --balloon_stats.balloon_hotplug; in xen_online_page()
339 nr_pages = min(nr_pages, balloon_stats.balloon_hotplug); in increase_reservation()
341 balloon_stats.balloon_hotplug -= nr_pages; in increase_reservation()
412 balloon_stats.balloon_hotplug += nr_pages; in decrease_reservation()
631 balloon_stats.balloon_hotplug = 0; in balloon_init()