Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/balloon/
H A Dballoon.c62 unsigned long current_pages; member
84 &bs.current_pages, 0, "Current allocation");
111 if (target > (bs.current_pages + bs.balloon_low + bs.balloon_high)) in current_target()
112 target = bs.current_pages + bs.balloon_low + bs.balloon_high; in current_target()
186 bs.hard_limit = (bs.current_pages + rc - in increase_reservation()
203 bs.current_pages += nr_pages; in increase_reservation()
250 bs.current_pages -= nr_pages; in decrease_reservation()
272 credit = current_target() - bs.current_pages; in balloon_process()
281 if (current_target() != bs.current_pages) in balloon_process()
377 bs.current_pages = realmem; in xenballoon_attach()
[all …]