Lines Matching defs:max
686 * check if mask is >= than the current max IO Virt Address
687 * The max IO Virt address will *always* < 30 bits.
1153 * Since the max IO Pdir size is 2MB, by cleverly allocating the
1400 ** for DMA hints - ergo only 30 bits max.
1783 unsigned long avg = 0, min, max;
1815 min = max = ioc->avg_search[0];
1818 if (ioc->avg_search[i] > max) max = ioc->avg_search[i];
1822 seq_printf(m, " Bitmap search : %ld/%ld/%ld (min/avg/max CPU Cycles)\n",
1823 min, avg, max);
1831 max = ioc->usingle_pages - ioc->usg_pages;
1833 min, max, (int)((max * 1000)/min));