Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h580 unsigned long bucketsize,
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c8429 unsigned long bucketsize, in alloc_large_system_hash() argument
8478 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
8479 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
8486 do_div(max, bucketsize); in alloc_large_system_hash()
8500 size = bucketsize << log2qty; in alloc_large_system_hash()