Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dmempool.c58 size = PAGE_ALIGN(ALIGN(sizeof(struct pool)) + n*mp->tile_size); in mempool_alloc_tile()
Dutil.h54 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) macro