Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c8079 unsigned long bucketsize, in alloc_large_system_hash() argument
8128 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
8129 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
8136 do_div(max, bucketsize); in alloc_large_system_hash()
8150 size = bucketsize << log2qty; in alloc_large_system_hash()