HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_GETRLIMIT (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/abort/
abort01.c 137 SAFE_GETRLIMIT(NULL, RLIMIT_CORE, &rlim);
  /external/ltp/testcases/kernel/syscalls/munmap/
munmap03.c 115 SAFE_GETRLIMIT(cleanup, RLIMIT_DATA, &brkval);
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 202 SAFE_GETRLIMIT(NULL, RLIMIT_CORE, &rlim);
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock02.c 93 SAFE_GETRLIMIT(cleanup, RLIMIT_MEMLOCK, &original);
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 167 SAFE_GETRLIMIT(NULL, RLIMIT_AS, &lim);
  /external/ltp/include/old/
safe_macros.h 291 static inline int safe_getrlimit(const char *file, const int lineno, function
306 #define SAFE_GETRLIMIT(cleanup_fn, resource, rlim) \
307 safe_getrlimit(__FILE__, __LINE__, (cleanup_fn), (resource), (rlim))
  /external/ltp/include/
tst_safe_macros.h 342 static inline int safe_getrlimit(const char *file, const int lineno, function
357 #define SAFE_GETRLIMIT(resource, rlim) \
358 safe_getrlimit(__FILE__, __LINE__, (resource), (rlim))

Completed in 1241 milliseconds