Searched refs:PAGES_TO_KB (Results 1 – 1 of 1) sorted by relevance
154 #define PAGES_TO_KB(n_pages) ((n_pages) << (PAGE_SHIFT - 10)) macro155 #define PAGES_TO_MB(n_pages) (PAGES_TO_KB(n_pages) >> 10)