Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbootmem.h344 unsigned long bucketsize,
/linux-4.1.27/mm/
Dpage_alloc.c6066 unsigned long bucketsize, in alloc_large_system_hash() argument
6102 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
6103 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
6110 do_div(max, bucketsize); in alloc_large_system_hash()
6122 size = bucketsize << log2qty; in alloc_large_system_hash()