Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dpage_alloc.c8882 unsigned long log2qty, size; in alloc_large_system_hash() local
8939 log2qty = ilog2(numentries); in alloc_large_system_hash()
8944 size = bucketsize << log2qty; in alloc_large_system_hash()
8965 } while (!table && size > PAGE_SIZE && --log2qty); in alloc_large_system_hash()
8971 tablename, 1UL << log2qty, ilog2(size) - PAGE_SHIFT, size, in alloc_large_system_hash()
8975 *_hash_shift = log2qty; in alloc_large_system_hash()
8977 *_hash_mask = (1 << log2qty) - 1; in alloc_large_system_hash()