Home
last modified time | relevance | path

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

/drivers/staging/zcache/
Dzbud.c128 #define CHUNK_MASK (~(CHUNK_SIZE-1)) macro
274 p += PAGE_SIZE - ((size + CHUNK_SIZE - 1) & CHUNK_MASK); in zbud_data()