Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbootmem.h379 unsigned long bucketsize,
/Linux-v4.19/mm/
Dpage_alloc.c7545 unsigned long bucketsize, in alloc_large_system_hash() argument
7593 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
7594 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
7601 do_div(max, bucketsize); in alloc_large_system_hash()
7614 size = bucketsize << log2qty; in alloc_large_system_hash()