Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbootmem.h348 unsigned int *_hash_shift,
/linux-4.4.14/mm/
Dpage_alloc.c6337 unsigned int *_hash_shift, in alloc_large_system_hash() argument
6365 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
6366 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
6416 if (_hash_shift) in alloc_large_system_hash()
6417 *_hash_shift = log2qty; in alloc_large_system_hash()