Searched refs:numentries (Results 1 – 5 of 5) sorted by relevance
8873 unsigned long numentries, in alloc_large_system_hash() argument8889 if (!numentries) { in alloc_large_system_hash()8891 numentries = nr_kernel_pages; in alloc_large_system_hash()8892 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash()8896 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()8902 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()8910 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()8912 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()8918 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()8919 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()[all …]
220 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local224 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
200 unsigned long numentries, int scale,
842 unsigned long numentries, int scale, in inet_hashinfo2_init() argument848 numentries, in inet_hashinfo2_init()
576 unsigned long numentries,