Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dbootmem.h155 unsigned int *_hash_shift,
/linux-3.4.99/mm/
Dpage_alloc.c5250 unsigned int *_hash_shift, in alloc_large_system_hash() argument
5276 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
5277 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
5325 if (_hash_shift) in alloc_large_system_hash()
5326 *_hash_shift = log2qty; in alloc_large_system_hash()