Searched refs:PAGES_TO_MiB (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/edac/
H A Dedac_core.h44 #define PAGES_TO_MiB( pages ) ( ( pages ) >> ( 20 - PAGE_SHIFT ) ) macro
46 #define PAGES_TO_MiB( pages ) ( ( pages ) << ( PAGE_SHIFT - 20 ) ) macro
H A Dedac_mc_sysfs.c146 return sprintf(data, "%u\n", PAGES_TO_MiB(csrow->nr_pages));
535 return sprintf(data, "%u\n", PAGES_TO_MiB(total_pages));

Completed in 74 milliseconds