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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 81 milliseconds