Searched refs:BALLOON_SHOW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | xen-balloon.c | 136 #define BALLOON_SHOW(name, format, args...) \ macro 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));
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-balloon.c | 136 #define BALLOON_SHOW(name, format, args...) \ macro 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));
|
Completed in 2 milliseconds