Home
last modified time | relevance | path

Searched refs:current_pages (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dballoon.c370 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()
420 balloon_stats.current_pages += rc; in increase_reservation()
477 balloon_stats.current_pages -= nr_pages; in decrease_reservation()
711 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
715 balloon_stats.current_pages = get_num_physpages(); in balloon_init()
717 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init()
720 balloon_stats.total_pages = balloon_stats.current_pages; in balloon_init()
H A Dxen-balloon.c97 static_max = balloon_stats.current_pages; in watch_target()
145 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));
/openbmc/linux/include/xen/
H A Dballoon.h12 unsigned long current_pages; member