Searched refs:bucketsize (Results 1 – 2 of 2) sorted by relevance
535 unsigned long bucketsize,
8067 unsigned long bucketsize, in alloc_large_system_hash() argument8116 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()8117 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()8124 do_div(max, bucketsize); in alloc_large_system_hash()8138 size = bucketsize << log2qty; in alloc_large_system_hash()