Home
last modified time | relevance | path

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

/linux/mm/
A Dpage_alloc.c8694 unsigned long numentries, in alloc_large_system_hash() argument
8710 if (!numentries) { in alloc_large_system_hash()
8712 numentries = nr_kernel_pages; in alloc_large_system_hash()
8717 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()
8741 BUG_ON(!numentries); in alloc_large_system_hash()
8746 numentries = roundup_pow_of_two(numentries); in alloc_large_system_hash()
8755 if (numentries < low_limit) in alloc_large_system_hash()
8756 numentries = low_limit; in alloc_large_system_hash()
8757 if (numentries > max) in alloc_large_system_hash()
8758 numentries = max; in alloc_large_system_hash()
[all …]
/linux/fs/ksmbd/
A Dvfs_cache.c220 unsigned long numentries = 16384; in ksmbd_inode_hash_init() local
224 inode_hash_shift = ilog2(numentries); in ksmbd_inode_hash_init()
/linux/include/net/
A Dinet_hashtables.h251 unsigned long numentries, int scale,
/linux/net/ipv4/
A Dinet_hashtables.c887 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
893 numentries, in inet_hashinfo2_init()
/linux/include/linux/
A Dmemblock.h577 unsigned long numentries,

Completed in 27 milliseconds