PAGES2KB          376 arch/powerpc/platforms/pseries/cmm.c CMM_SHOW(loaned_kb, "%lu\n", PAGES2KB(loaned_pages));
PAGES2KB          377 arch/powerpc/platforms/pseries/cmm.c CMM_SHOW(loaned_target_kb, "%lu\n", PAGES2KB(loaned_pages_target));
PAGES2KB          382 arch/powerpc/platforms/pseries/cmm.c 	return sprintf(buf, "%lu\n", PAGES2KB(oom_freed_pages));
PAGES2KB          145 drivers/xen/xen-balloon.c BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));
PAGES2KB          146 drivers/xen/xen-balloon.c BALLOON_SHOW(low_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_low));
PAGES2KB          147 drivers/xen/xen-balloon.c BALLOON_SHOW(high_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_high));
PAGES2KB          158 drivers/xen/xen-balloon.c 	return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.target_pages));