Home
last modified time | relevance | path

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

/linux/mm/
H A Dmm_init.c2382 unsigned long bucketsize, in alloc_large_system_hash() argument
2423 if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
2424 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
2431 do_div(max, bucketsize); in alloc_large_system_hash()
2445 size = bucketsize << log2qty; in alloc_large_system_hash()
/linux/include/linux/
H A Dmemblock.h584 unsigned long bucketsize,