Searched refs:PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance
/third_party/eudev/src/shared/ | ||
D | mempool.c | 58 size = PAGE_ALIGN(ALIGN(sizeof(struct pool)) + n*mp->tile_size); in mempool_alloc_tile() |
D | util.h | 54 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) macro |