Home
last modified time | relevance | path

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

/mm/
Dzbud.c74 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT) macro
96 struct list_head unbuddied[NCHUNKS];
236 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
292 return NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks()
Dz3fold.c64 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT) macro
192 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
532 nfree = NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks()
781 pool->unbuddied = __alloc_percpu(sizeof(struct list_head)*NCHUNKS, 2); in z3fold_create_pool()