Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpage_alloc.c9090 unsigned long numentries, in alloc_large_system_hash() argument
9106 if (!numentries) { in alloc_large_system_hash()
9108 numentries = nr_kernel_pages; in alloc_large_system_hash()
9113 numentries = round_up(numentries, SZ_1M / PAGE_SIZE); in alloc_large_system_hash()
9137 BUG_ON(!numentries); in alloc_large_system_hash()
9142 numentries = roundup_pow_of_two(numentries); in alloc_large_system_hash()
9151 if (numentries < low_limit) in alloc_large_system_hash()
9152 numentries = low_limit; in alloc_large_system_hash()
9153 if (numentries > max) in alloc_large_system_hash()
9154 numentries = max; in alloc_large_system_hash()
[all …]
/linux-6.3-rc2/fs/ksmbd/
A Dvfs_cache.c221 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local
225 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h300 unsigned long numentries, int scale,
/linux-6.3-rc2/include/linux/
A Dmemblock.h576 unsigned long numentries,
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c1160 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
1166 numentries, in inet_hashinfo2_init()

Completed in 26 milliseconds