HomeSort by relevance Sort by last modified time
    Searched refs:rlimit (Results 276 - 300 of 380) sorted by null

<<111213141516

  /external/ltp/testcases/kernel/syscalls/brk/
brk01.c 155 struct rlimit lim;
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 200 struct rlimit rlim;
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek01.c 176 struct rlimit rlp; /* resource for file size limit */
  /external/ltp/testcases/kernel/syscalls/msync/
msync03.c 110 struct rlimit rl;
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid05.c 232 struct rlimit newlimit;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
5-1.c 101 struct rlimit rl;
  /external/v8/src/base/
sys-info.cc 107 struct rlimit rlim;
  /external/valgrind/memcheck/tests/
addressable.c 108 static const struct rlimit zero = { 0, 0 };
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 116 struct rlimit rl;
146 struct rlimit rl;
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 37 static struct rlimit rlim;
193 struct rlimit r;
  /external/python/cpython2/Modules/
resource.c 116 struct rlimit rl;
146 struct rlimit rl;
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_mipsx.go 43 type rlimit struct { type
  /prebuilts/go/linux-x86/src/runtime/
os_linux_mipsx.go 43 type rlimit struct { type
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 91 struct rlimit saved_limits, cur_limits;
158 static inline void getr(int type, struct rlimit *rlim);
159 static inline void setr(int type, struct rlimit *rlim);
265 static inline void getr(int type, struct rlimit *rlim)
271 static inline void setr(int type, struct rlimit *rlim)
  /bionic/libc/bionic/
pthread_attr.cpp 151 rlimit stack_limit;
sysconf.cpp 44 rlimit rl;
  /external/compiler-rt/lib/safestack/
safestack.cc 69 /// size rlimit is set to infinity.
216 struct rlimit limit;
  /external/linux-kselftest/tools/testing/selftests/vm/
compaction_test.c 157 struct rlimit lim;
175 perror("Failed to set rlimit:\n");
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 142 struct rlimit lim;
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise08.c 64 struct rlimit limit;
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 52 static struct rlimit save_rlim, rlim, rlim1;
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate03.c 121 struct rlimit rlim;
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 108 struct rlimit limit_struct;
  /libcore/ojluni/src/main/native/
IOUtil.c 131 struct rlimit rlp;
136 // Android-changed: Remove the rlimit < 0 check.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 507 struct rlimit;
508 extern int getrlimit (int, struct rlimit *);
516 struct rlimit;
517 extern int setrlimit (int, const struct rlimit *);
    [all...]

Completed in 3460 milliseconds

<<111213141516