Searched refs:rlim_max (Results 1 – 4 of 4) sorted by relevance
31 public final long rlim_max; field in StructRlimit33 public StructRlimit(long rlim_cur, long rlim_max) { in StructRlimit() argument35 this.rlim_max = rlim_max; in StructRlimit()
137 if (rlp.rlim_max > java_lang_Integer_MAX_VALUE) { in IOUtil_fdLimit()140 return (jint)rlp.rlim_max; in IOUtil_fdLimit()
1195 assertTrue(rlimit.rlim_max > 0); in test_getrlimit()
1467 static_cast<jlong>(r.rlim_max)); in Linux_getrlimit()