Searched refs:balloon_stats (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/xen/ |
A D | balloon.c | 148 struct balloon_stats balloon_stats; variable 221 ++balloon_stats.retry_count; in update_schedule() 224 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule() 233 if (balloon_stats.schedule_delay > balloon_stats.max_schedule_delay) in update_schedule() 234 balloon_stats.schedule_delay = balloon_stats.max_schedule_delay; in update_schedule() 284 credit = balloon_stats.target_pages + balloon_stats.target_unpopulated in reserve_additional_memory() 387 balloon_stats.target_pages = balloon_stats.current_pages + in reserve_additional_memory() 395 return balloon_stats.target_pages - balloon_stats.current_pages; in current_credit() 400 return balloon_stats.balloon_low || balloon_stats.balloon_high; in balloon_is_inflated() 733 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init() [all …]
|
A D | xen-balloon.c | 97 static_max = balloon_stats.current_pages; in watch_target() 100 : static_max - balloon_stats.target_pages; in watch_target() 145 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages)); 146 BALLOON_SHOW(low_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_low)); 147 BALLOON_SHOW(high_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_high)); 149 static DEVICE_ULONG_ATTR(schedule_delay, 0444, balloon_stats.schedule_delay); 150 static DEVICE_ULONG_ATTR(max_schedule_delay, 0644, balloon_stats.max_schedule_delay); 151 static DEVICE_ULONG_ATTR(retry_count, 0444, balloon_stats.retry_count); 152 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count); 158 return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.target_pages)); in target_kb_show() [all …]
|
/linux/include/xen/ |
A D | balloon.h | 10 struct balloon_stats { struct 25 extern struct balloon_stats balloon_stats; argument
|
/linux/ |
A D | vmlinux.symvers | 12202 0x00000000 balloon_stats vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 162359 ffff80001213ffd0 B balloon_stats
|
A D | .tmp_System.map | 162359 ffff80001213ffd0 B balloon_stats
|
Completed in 392 milliseconds