Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbootmem.h383 unsigned int *_hash_shift,
/Linux-v4.19/mm/
Dpage_alloc.c7549 unsigned int *_hash_shift, in alloc_large_system_hash() argument
7589 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
7590 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
7641 if (_hash_shift) in alloc_large_system_hash()
7642 *_hash_shift = log2qty; in alloc_large_system_hash()