Searched refs:CHUNK_MASK (Results 1 – 1 of 1) sorted by relevance
128 #define CHUNK_MASK (~(CHUNK_SIZE-1)) macro274 p += PAGE_SIZE - ((size + CHUNK_SIZE - 1) & CHUNK_MASK); in zbud_data()