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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dballoon.c64 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) macro
451 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));
452 BALLOON_SHOW(low_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_low));
453 BALLOON_SHOW(high_kb, "%lu\n", PAGES2KB(balloon_stats.balloon_high));
454 BALLOON_SHOW(driver_kb, "%lu\n", PAGES2KB(balloon_stats.driver_pages));
459 return sprintf(buf, "%lu\n", PAGES2KB(balloon_stats.target_pages));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dcmm.c54 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) macro
358 CMM_SHOW(loaned_kb, "%lu\n", PAGES2KB(loaned_pages));
359 CMM_SHOW(loaned_target_kb, "%lu\n", PAGES2KB(loaned_pages_target));
364 return sprintf(buf, "%lu\n", PAGES2KB(oom_freed_pages));

Completed in 83 milliseconds