Searched refs:numentries (Results 1 – 5 of 5) sorted by relevance
2446 unsigned long numentries, in alloc_large_system_hash() argument2462 if (!numentries) { in alloc_large_system_hash()2464 numentries = nr_kernel_pages; in alloc_large_system_hash()2468 numentries = round_up(numentries, SZ_1M / PAGE_SIZE); in alloc_large_system_hash()2482 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()2489 numentries = roundup_pow_of_two(numentries); in alloc_large_system_hash()2498 if (numentries < low_limit) in alloc_large_system_hash()2499 numentries = low_limit; in alloc_large_system_hash()2500 if (numentries > max) in alloc_large_system_hash()2501 numentries = max; in alloc_large_system_hash()[all …]
229 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local233 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
576 unsigned long numentries,
295 unsigned long numentries, int scale,
1231 unsigned long numentries, int scale, in inet_hashinfo2_init() argument1237 numentries, in inet_hashinfo2_init()