Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c9124 unsigned long bucketsize, in alloc_large_system_hash() argument
9174 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
9175 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
9182 do_div(max, bucketsize); in alloc_large_system_hash()
9196 size = bucketsize << log2qty; in alloc_large_system_hash()