Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/mm/
H A Dzbud.c32 * compile time and determined by NCHUNKS_ORDER below. Dividing zbud pages
61 * NCHUNKS_ORDER determines the internal allocation granularity, effectively
63 * freelists maintained in each pool. NCHUNKS_ORDER of 6 means that the
69 #define NCHUNKS_ORDER 6 macro
71 #define CHUNK_SHIFT (PAGE_SHIFT - NCHUNKS_ORDER)
H A Dz3fold.c19 * fixed at compile time and is determined by NCHUNKS_ORDER below.
49 * NCHUNKS_ORDER determines the internal allocation granularity, effectively
51 * freelists maintained in each pool. NCHUNKS_ORDER of 6 means that the
58 #define NCHUNKS_ORDER 6 macro
60 #define CHUNK_SHIFT (PAGE_SHIFT - NCHUNKS_ORDER)

Completed in 6 milliseconds