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

/linux-master/mm/
H A Dzbud.c32 * 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)
H A Dz3fold.c19 * fixed at compile time and is determined by NCHUNKS_ORDER below.
45 * NCHUNKS_ORDER determines the internal allocation granularity, effectively
47 * freelists maintained in each pool. NCHUNKS_ORDER of 6 means that the
54 #define NCHUNKS_ORDER 6 macro
56 #define CHUNK_SHIFT (PAGE_SHIFT - NCHUNKS_ORDER)

Completed in 110 milliseconds