Searched refs:numentries (Results 1 – 1 of 1) sorted by relevance
8468 unsigned long numentries, in alloc_large_system_hash() argument8483 if (!numentries) { in alloc_large_system_hash()8485 numentries = nr_kernel_pages; in alloc_large_system_hash()8486 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()8490 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()8496 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()8504 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()8506 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()8512 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()8513 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()[all …]