Lines Matching defs:max
225 long max;
227 max = READ_ONCE(tns->ucount_max[type]);
228 if (!atomic_long_inc_below(&iter->ucount[type], max))
256 long max = LONG_MAX;
261 if (new < 0 || new > max)
265 max = get_userns_rlimit_max(iter->ns, type);
306 long max = LONG_MAX;
311 if (new < 0 || new > max)
316 max = get_userns_rlimit_max(iter->ns, type);
337 long max = rlimit;
339 max = LONG_MAX;
342 if (val < 0 || val > max)
344 max = get_userns_rlimit_max(iter->ns, type);