Lines Matching defs:max
617 unsigned long tmp, max;
645 max = min_t(unsigned long, si->max,
647 if (tmp < max) {
649 while (tmp < max) {
656 if (tmp >= max) {
693 si->lowest_bit = si->max;
896 /* got enough slots or reach max slots? */
1175 if (offset >= p->max)
1329 if (offset >= si->max)
1691 map_swapcount = max(map_swapcount, mapcount + swapcount);
2167 for (i = prev + 1; i < si->max; i++) {
2176 if (i == si->max)
2452 ret = add_swap_extent(sis, 0, sis->max, 0);
2463 ret = add_swap_extent(sis, 0, sis->max, 0);
2703 p->max = 0;
3055 /* p->max is an unsigned int: don't overflow it */
3128 p->max = maxpages;
3835 for (offset = 0; offset < si->max; offset += PAGE_SIZE) {