Searched refs:RLIMIT_CORE (Results 1 – 9 of 9) sorted by relevance
| /linux/include/uapi/asm-generic/ |
| H A D | resource.h | 20 #define RLIMIT_CORE 4 /* max core file size */ macro
|
| /linux/include/asm-generic/ |
| H A D | resource.h | 17 [RLIMIT_CORE] = { 0, RLIM_INFINITY }, \
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.c | 173 setrlimit(RLIMIT_CORE, &rlimit);
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | conftest.py | 41 resource.setrlimit(resource.RLIMIT_CORE, (0, 0))
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-empty-vm.c | 182 setrlimit(RLIMIT_CORE, &(struct rlimit){}); in vsyscall()
|
| H A D | proc-pid-vm.c | 254 (void)setrlimit(RLIMIT_CORE, &rlim); in vsyscall()
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 373 int err = getrlimit(RLIMIT_CORE, &lim); in check_coredump_limit()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1265 ret = setrlimit(RLIMIT_CORE, &rlim); in test_namespace() 1272 ret = getrlimit(RLIMIT_CORE, &rlim); 2053 setrlimit(RLIMIT_CORE, &rlimit);
|
| /linux/fs/proc/ |
| H A D | base.c | 616 [RLIMIT_CORE] = {"Max core file size", "bytes"},
|