Lines Matching defs:max
692 * check if mask is >= than the current max IO Virt Address
693 * The max IO Virt address will *always* < 30 bits.
1165 * Since the max IO Pdir size is 2MB, by cleverly allocating the
1410 ** for DMA hints - ergo only 30 bits max.
1793 unsigned long avg = 0, min, max;
1825 min = max = ioc->avg_search[0];
1828 if (ioc->avg_search[i] > max) max = ioc->avg_search[i];
1832 seq_printf(m, " Bitmap search : %ld/%ld/%ld (min/avg/max CPU Cycles)\n",
1833 min, avg, max);
1841 max = ioc->usingle_pages - ioc->usg_pages;
1843 min, max, (int)((max * 1000)/min));