Searched refs:ZHDR_SIZE_ALIGNED (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/mm/
H A Dzbud.c72 #define ZHDR_SIZE_ALIGNED CHUNK_SIZE macro
73 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT)
257 handle += ZHDR_SIZE_ALIGNED; encode_handle()
348 if (size > PAGE_SIZE - ZHDR_SIZE_ALIGNED - CHUNK_SIZE) zbud_alloc()
423 if ((handle - ZHDR_SIZE_ALIGNED) & ~PAGE_MASK) zbud_free()
600 BUILD_BUG_ON(sizeof(struct zbud_header) > ZHDR_SIZE_ALIGNED); init_zbud()

Completed in 43 milliseconds