Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/balloon/
H A Dballoon.c61 unsigned long current_pages; member
83 &bs.current_pages, 0, "Current allocation");
110 if (target > (bs.current_pages + bs.balloon_low + bs.balloon_high)) in current_target()
111 target = bs.current_pages + bs.balloon_low + bs.balloon_high; in current_target()
185 bs.hard_limit = (bs.current_pages + rc - in increase_reservation()
202 bs.current_pages += nr_pages; in increase_reservation()
249 bs.current_pages -= nr_pages; in decrease_reservation()
271 credit = current_target() - bs.current_pages; in balloon_process()
280 if (current_target() != bs.current_pages) in balloon_process()
376 bs.current_pages = realmem; in xenballoon_attach()
[all …]