Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpage_alloc.c8161 unsigned long numentries, in alloc_large_system_hash() argument
8176 if (!numentries) { in alloc_large_system_hash()
8178 numentries = nr_kernel_pages; in alloc_large_system_hash()
8179 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()
8183 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()
8189 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
8197 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
8199 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
8205 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8206 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
[all …]
/Linux-v5.10/include/net/
Dinet_hashtables.h245 unsigned long numentries, int scale,
/Linux-v5.10/include/linux/
Dmemblock.h576 unsigned long numentries,
/Linux-v5.10/net/ipv4/
Dinet_hashtables.c866 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
872 numentries, in inet_hashinfo2_init()