Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmemblock.h579 unsigned int *_hash_shift,
/Linux-v5.10/mm/
Dpage_alloc.c8164 unsigned int *_hash_shift, in alloc_large_system_hash() argument
8205 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8206 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
8259 if (_hash_shift) in alloc_large_system_hash()
8260 *_hash_shift = log2qty; in alloc_large_system_hash()