Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmemblock.h580 unsigned int *_hash_shift,
/linux/mm/
A Dpage_alloc.c8697 unsigned int *_hash_shift, in alloc_large_system_hash() argument
8739 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
8740 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
8795 if (_hash_shift) in alloc_large_system_hash()
8796 *_hash_shift = log2qty; in alloc_large_system_hash()

Completed in 19 milliseconds