Searched refs:log2qty (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 2474 unsigned long log2qty, size; in alloc_large_system_hash() local 2523 log2qty = ilog2(numentries); in alloc_large_system_hash() 2528 size = bucketsize << log2qty; in alloc_large_system_hash() 2549 } while (!table && size > PAGE_SIZE && --log2qty); in alloc_large_system_hash() 2555 tablename, 1UL << log2qty, ilog2(size) - PAGE_SHIFT, size, in alloc_large_system_hash() 2559 *_hash_shift = log2qty; in alloc_large_system_hash() 2561 *_hash_mask = (1 << log2qty) - 1; in alloc_large_system_hash()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 8356 unsigned long log2qty, size; in alloc_large_system_hash() local 8412 log2qty = ilog2(numentries); in alloc_large_system_hash() 8417 size = bucketsize << log2qty; in alloc_large_system_hash() 8436 } while (!table && size > PAGE_SIZE && --log2qty); in alloc_large_system_hash() 8442 tablename, 1UL << log2qty, ilog2(size) - PAGE_SHIFT, size, in alloc_large_system_hash() 8446 *_hash_shift = log2qty; in alloc_large_system_hash() 8448 *_hash_mask = (1 << log2qty) - 1; in alloc_large_system_hash()
|
Completed in 24 milliseconds