Searched refs:NCHUNKS (Results 1 – 1 of 1) sorted by relevance
73 #define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >> CHUNK_SHIFT) macro95 struct list_head unbuddied[NCHUNKS];235 for ((_iter) = (_begin); (_iter) < NCHUNKS; (_iter)++)291 return NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks()