PP_ALLOC_CACHE_REFILL
PP_ALLOC_CACHE_REFILL * PAGE_SIZE);
entries = min_t(unsigned, entries, PP_ALLOC_CACHE_REFILL);
while (area->free_count && pp->alloc.count < PP_ALLOC_CACHE_REFILL) {
} while (pool->alloc.count < PP_ALLOC_CACHE_REFILL);
const int bulk = PP_ALLOC_CACHE_REFILL;