Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c8467 unsigned long bucketsize, in alloc_large_system_hash() argument
8516 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
8517 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
8524 do_div(max, bucketsize); in alloc_large_system_hash()
8538 size = bucketsize << log2qty; in alloc_large_system_hash()