Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dpage_alloc.c8347 unsigned long numentries, in alloc_large_system_hash() argument
8362 if (!numentries) { in alloc_large_system_hash()
8364 numentries = nr_kernel_pages; in alloc_large_system_hash()
8365 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()
8369 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()
8375 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
8383 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
8385 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
8391 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8392 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
[all …]
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h234 unsigned long numentries, int scale,
/kernel/linux/linux-5.10/include/linux/
Dmemblock.h576 unsigned long numentries,
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c910 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
916 numentries, in inet_hashinfo2_init()