Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmemblock.h579 unsigned int *_hash_shift,
/Linux-v6.1/mm/
Dpage_alloc.c9058 unsigned int *_hash_shift, in alloc_large_system_hash() argument
9100 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
9101 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
9156 if (_hash_shift) in alloc_large_system_hash()
9157 *_hash_shift = log2qty; in alloc_large_system_hash()