Lines Matching refs:balloon_stats
86 static_max = balloon_stats.current_pages; in watch_target()
89 : static_max - balloon_stats.target_pages; in watch_target()
136 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));
137 BALLOON_SHOW(low_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_low));
138 BALLOON_SHOW(high_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_high));
140 static DEVICE_ULONG_ATTR(schedule_delay, 0444, balloon_stats.schedule_delay);
141 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay);
142 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count);
143 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
149 return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.target_pages)); in show_target_kb()
178 (unsigned long long)balloon_stats.target_pages in show_target()