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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dballoon.c70 unsigned long current_pages; member in struct:balloon_stats
185 balloon_stats.current_pages +
247 balloon_stats.current_pages += rc;
309 balloon_stats.current_pages -= nr_pages;
330 credit = current_target() - balloon_stats.current_pages;
343 if (current_target() != balloon_stats.current_pages)
406 balloon_stats.current_pages = min(xen_start_info->nr_pages, max_pfn);
407 balloon_stats.target_pages = balloon_stats.current_pages;
451 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));

Completed in 53 milliseconds