Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmm_init.c2453 unsigned long numentries, in alloc_large_system_hash() argument
2469 if (!numentries) { in alloc_large_system_hash()
2471 numentries = nr_kernel_pages; in alloc_large_system_hash()
2472 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()
2476 numentries = round_up(numentries, SZ_1M / PAGE_SIZE); in alloc_large_system_hash()
2482 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
2490 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
2492 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
2494 if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
2495 numentries = PAGE_SIZE / bucketsize; in alloc_large_system_hash()
[all …]
/Linux-v6.6/fs/smb/server/
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-v6.6/include/linux/
Dmemblock.h575 unsigned long numentries,
/Linux-v6.6/include/net/
Dinet_hashtables.h300 unsigned long numentries, int scale,
/Linux-v6.6/net/ipv4/
Dinet_hashtables.c1168 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
1174 numentries, in inet_hashinfo2_init()