Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpage_alloc.c8068 unsigned long numentries, in alloc_large_system_hash() argument
8083 if (!numentries) { in alloc_large_system_hash()
8085 numentries = nr_kernel_pages; in alloc_large_system_hash()
8086 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()
8090 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()
8096 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
8104 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
8106 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
8112 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8113 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
[all …]
/Linux-v5.4/include/net/
Dinet_hashtables.h233 unsigned long numentries, int scale,
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c773 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
779 numentries, in inet_hashinfo2_init()
/Linux-v5.4/include/linux/
Dmemblock.h536 unsigned long numentries,