Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c9051 unsigned int *_hash_shift, in alloc_large_system_hash() argument
9093 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
9094 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
9148 if (_hash_shift) in alloc_large_system_hash()
9149 *_hash_shift = log2qty; in alloc_large_system_hash()