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

/linux-4.1.27/mm/
H A Dzbud.c31 * compile time and determined by NCHUNKS_ORDER below. Dividing zbud pages
60 * NCHUNKS_ORDER determines the internal allocation granularity, effectively
62 * freelists maintained in each pool. NCHUNKS_ORDER of 6 means that the
68 #define NCHUNKS_ORDER 6 macro
70 #define CHUNK_SHIFT (PAGE_SHIFT - NCHUNKS_ORDER)

Completed in 61 milliseconds