Home
last modified time | relevance | path

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

/trueos/sys/dev/xen/balloon/
HDballoon.c65 unsigned long current_pages; member
85 &bs.current_pages, 0, "Current allocation");
158 if (target > (bs.current_pages + bs.balloon_low + bs.balloon_high)) in current_target()
159 target = bs.current_pages + bs.balloon_low + bs.balloon_high; in current_target()
242 bs.hard_limit = (bs.current_pages + rc - in increase_reservation()
262 bs.current_pages += nr_pages; in increase_reservation()
314 bs.current_pages -= nr_pages; in decrease_reservation()
336 credit = current_target() - bs.current_pages; in balloon_process()
345 if (current_target() != bs.current_pages) in balloon_process()
425 bs.current_pages = min(xen_start_info->nr_pages, max_pfn); in balloon_init()
[all …]