Home
last modified time | relevance | path

Searched refs:numentries (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dmm_init.c2459 unsigned long numentries, in alloc_large_system_hash() argument
2475 if (!numentries) { in alloc_large_system_hash()
2477 numentries = nr_kernel_pages; in alloc_large_system_hash()
2478 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()
2482 numentries = round_up(numentries, SZ_1M / PAGE_SIZE); in alloc_large_system_hash()
2488 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
2496 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
2498 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
2500 if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
2501 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
[all …]
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c222 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local
226 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
/openbmc/linux/include/linux/
H A Dmemblock.h578 unsigned long numentries,
/openbmc/linux/include/net/
H A Dinet_hashtables.h300 unsigned long numentries, int scale,
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c1191 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
1197 numentries, in inet_hashinfo2_init()