| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | resource.h | 50 extern int getrlimit (__rlimit_resource_t __resource, 54 extern int __REDIRECT_NTH (getrlimit, (__rlimit_resource_t __resource, 57 # define getrlimit getrlimit64 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | resource.h | 50 extern int getrlimit (__rlimit_resource_t __resource, 54 extern int __REDIRECT_NTH (getrlimit, (__rlimit_resource_t __resource, 57 # define getrlimit getrlimit64 macro
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | osinit.c | 278 if (!getrlimit(RLIMIT_DATA, &rlim)) { in OsInit() 291 if (!getrlimit(RLIMIT_STACK, &rlim)) { in OsInit() 304 if (!getrlimit(RLIMIT_NOFILE, &rlim)) { in OsInit()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/ |
| H A D | vxworks.hpp | 252 inline int getrlimit(int resource, struct rlimit *rlp){ in getrlimit() function 336 using ::getrlimit;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
| H A D | arm_eabi.patch | 45 - SCMP_SYS(getrlimit), 81 + SCMP_SYS(getrlimit),
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mlock-random-test.c | 146 getrlimit(RLIMIT_MEMLOCK, &cur); in test_mlock_within_limit() 222 getrlimit(RLIMIT_MEMLOCK, &cur); in test_mlock_outof_limit()
|
| H A D | on-fault-limit.c | 19 if (getrlimit(RLIMIT_MEMLOCK, &lims)) { in test_limit()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | rlimit.c | 17 if (getrlimit(RLIMIT_MEMLOCK, &rlim) == 0) { in rlimit__bump_memlock()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_rlimit.h | 11 getrlimit(RLIMIT_MEMLOCK, &rlim_old); in bpf_rlimit_ctor()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/ |
| H A D | kvm_create_max_vcpus.c | 58 TEST_ASSERT(!getrlimit(RLIMIT_NOFILE, &rl), "getrlimit() failed!"); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch | 31 + if (getrlimit(RLIMIT_CORE, &lim) == 0 && lim.rlim_cur == 0) {
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | core-pkey.c | 79 ret = getrlimit(RLIMIT_CORE, &rlim); in increase_core_file_limit() 93 ret = getrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | stack_expansion_ldst.c | 177 getrlimit(RLIMIT_STACK, &rlimit); in test()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | main.c | 30 if (getrlimit(RLIMIT_STACK, &lim) < 0) { in set_stklim()
|
| H A D | start_up.c | 304 int err = getrlimit(RLIMIT_CORE, &lim); in check_coredump_limit()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-func-poll.rst | 73 ``getrlimit()`` to obtain this value.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-func-poll.rst | 74 ``getrlimit()`` to obtain this value.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 107 76 32 getrlimit sys_old_getrlimit compat_sys_old_getrlimit 108 76 64 getrlimit sys_ni_syscall 109 76 spu getrlimit sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 105 76 32 getrlimit sys_old_getrlimit compat_sys_old_getrlimit 106 76 64 getrlimit sys_ni_syscall 107 76 spu getrlimit sys_ni_syscall
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | dso-data.c | 242 if (getrlimit(RLIMIT_NOFILE, &rlim)) in set_fd_limit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 550 # ifndef getrlimit 552 extern int getrlimit (int, struct rlimit *);
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 73 76 32 getrlimit - compat_sys_old_getrlimit 183 191 64 getrlimit sys_getrlimit -
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | syscall.tbl | 91 76 oabi getrlimit sys_old_getrlimit 207 # SuS compliant getrlimit
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | system.h | 550 # ifndef getrlimit 552 extern int getrlimit (int, struct rlimit *);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 143 if (getrlimit(type, rlim)) in getr()
|