Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dballoon.c205 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()
[all …]
/linux-4.1.27/include/xen/
Dballoon.h20 unsigned long balloon_hotplug; member