Lines Matching refs:current_pages
61 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()
377 bs.target_pages = bs.current_pages; in xenballoon_attach()