Searched refs:numentries (Results 1 – 1 of 1) sorted by relevance
8080 unsigned long numentries, in alloc_large_system_hash() argument8095 if (!numentries) { in alloc_large_system_hash()8097 numentries = nr_kernel_pages; in alloc_large_system_hash()8098 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()8102 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()8108 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()8116 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()8118 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()8124 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()8125 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()[all …]