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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c5144 unsigned long log2qty, size; local
5183 log2qty = ilog2(numentries);
5186 size = bucketsize << log2qty;
5202 } while (!table && size > PAGE_SIZE && --log2qty);
5209 (1UL << log2qty),
5214 *_hash_shift = log2qty;
5216 *_hash_mask = (1 << log2qty) - 1;

Completed in 54 milliseconds