Home
last modified time | relevance | path

Searched refs:_hash_shift (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dbootmem.h348 unsigned int *_hash_shift,
/linux-4.1.27/mm/
Dpage_alloc.c6070 unsigned int *_hash_shift, in alloc_large_system_hash() argument
6098 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
6099 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
6149 if (_hash_shift) in alloc_large_system_hash()
6150 *_hash_shift = log2qty; in alloc_large_system_hash()