Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmemblock.h539 unsigned int *_hash_shift,
/Linux-v5.4/mm/
Dpage_alloc.c8071 unsigned int *_hash_shift, in alloc_large_system_hash() argument
8112 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8113 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
8166 if (_hash_shift) in alloc_large_system_hash()
8167 *_hash_shift = log2qty; in alloc_large_system_hash()