Lines Matching refs:max
66 rlim_t max = 0;78 if (!strcasecmp(str, "max")) {92 max = atol(str);95 /* if we aren't running as root, cannot increase max */98 if (max && (max > limit->rlim_max)) {102 else if (max) {103 limit->rlim_max = max;110 if (max) {111 limit->rlim_max = max;