Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dzbud.c72 #define ZHDR_SIZE_ALIGNED CHUNK_SIZE macro
73 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT)
272 handle += ZHDR_SIZE_ALIGNED; in encode_handle()
363 if (size > PAGE_SIZE - ZHDR_SIZE_ALIGNED - CHUNK_SIZE) in zbud_alloc()
438 if ((handle - ZHDR_SIZE_ALIGNED) & ~PAGE_MASK) in zbud_free()
615 BUILD_BUG_ON(sizeof(struct zbud_header) > ZHDR_SIZE_ALIGNED); in init_zbud()