Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmm_init.c2342 unsigned long numentries, in alloc_large_system_hash() argument
2358 if (!numentries) { in alloc_large_system_hash()
2360 numentries = nr_kernel_pages; in alloc_large_system_hash()
2364 numentries = round_up(numentries, SZ_1M / PAGE_SIZE); in alloc_large_system_hash()
2370 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
2378 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
2380 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
2382 if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
2383 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
2385 numentries = roundup_pow_of_two(numentries); in alloc_large_system_hash()
[all …]
/linux-6.12.1/fs/smb/server/
Dvfs_cache.c229 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local
233 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
/linux-6.12.1/include/linux/
Dmemblock.h567 unsigned long numentries,
/linux-6.12.1/include/net/
Dinet_hashtables.h295 unsigned long numentries, int scale,
/linux-6.12.1/net/ipv4/
Dinet_hashtables.c1190 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
1196 numentries, in inet_hashinfo2_init()