Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c8271 unsigned int *_hash_shift, in alloc_large_system_hash() argument
8312 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8313 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
8366 if (_hash_shift) in alloc_large_system_hash()
8367 *_hash_shift = log2qty; in alloc_large_system_hash()