Searched refs:PG2MB (Results 1 – 4 of 4) sorted by relevance
167 #define PG2MB(pgs) ((pgs + (1 << (20 - PAGE_SHIFT)) - 1) >> (20 - PAGE_SHIFT)) macro189 printf(" chunk %d: %juMB (%ju pages)", seqnr, (uintmax_t)PG2MB(pgs), in dumpsys_cb_dumpdata()200 printf(" %ju", (uintmax_t)PG2MB(pgs)); in dumpsys_cb_dumpdata()
83 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro136 printf(" %lld", PG2MB(progress >> PAGE_SHIFT)); in blk_write()
80 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro131 printf(" %lld", PG2MB(progress >> PAGE_SHIFT)); in blk_write()
84 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro