Searched defs:bucketsize (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage_alloc.c5196 unsigned long bucketsize,
5230 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE))
5231 numentries = PAGE_SIZE / bucketsize;
5238 do_div(max, bucketsize);
5248 size = bucketsize << log2qty;
5255 * If bucketsize is not a power-of-two, we may free
5195 alloc_large_system_hash(const char *tablename, unsigned long bucketsize, unsigned long numentries, int scale, int flags, unsigned int *_hash_shift, unsigned int *_hash_mask, unsigned long limit) argument

Completed in 13 milliseconds