Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dzbud.c73 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT) macro
95 struct list_head unbuddied[NCHUNKS];
220 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)
276 return NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks()