| /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/bits/ |
| H A D | resource.h | 61 RLIMIT_NOFILE = 7, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
| /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/bits/ |
| H A D | resource.h | 61 RLIMIT_NOFILE = 7, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
| /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() 66 int r = setrlimit(RLIMIT_NOFILE, &rl); in main() 73 TEST_ASSERT(!setrlimit(RLIMIT_NOFILE, &rl), "setrlimit() failed!"); in main()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | osinit.c | 84 #ifdef RLIMIT_NOFILE 300 #ifdef RLIMIT_NOFILE in OsInit() 304 if (!getrlimit(RLIMIT_NOFILE, &rlim)) { in OsInit() 309 (void) setrlimit(RLIMIT_NOFILE, &rlim); in OsInit()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | resource.h | 30 #ifndef RLIMIT_NOFILE 31 # define RLIMIT_NOFILE 7 /* max number of open files */ macro
|
| /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/asm-generic/ |
| H A D | resource.h | 30 #ifndef RLIMIT_NOFILE 31 # define RLIMIT_NOFILE 7 /* max number of open files */ 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/asm-generic/ |
| H A D | resource.h | 30 #ifndef RLIMIT_NOFILE 31 # define RLIMIT_NOFILE 7 /* max number of open files */ macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 79 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) 80 - return log_debug_errno(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLI… 81 + return log_debug_errno(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLI…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 83 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) 84 - return log_debug_errno(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLI… 85 + return log_debug_errno(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLI…
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | resource.h | 9 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | resource.h | 15 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | resource.h | 18 #define RLIMIT_NOFILE 5 /* max number of open files */ macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | resource.h | 20 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | dso-data.c | 242 if (getrlimit(RLIMIT_NOFILE, &rlim)) in set_fd_limit() 248 return setrlimit(RLIMIT_NOFILE, &rlim); in set_fd_limit()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | opaque.h | 70 #ifdef RLIMIT_NOFILE
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/ |
| H A D | sk_storage_map.c | 405 getrlimit(RLIMIT_NOFILE, &rlim_old); in test_sk_storage_map_stress_free() 417 err = setrlimit(RLIMIT_NOFILE, &rlim_new); in test_sk_storage_map_stress_free() 432 setrlimit(RLIMIT_NOFILE, &rlim_old); in test_sk_storage_map_stress_free()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 584 return __alloc_fd(current->files, start, rlimit(RLIMIT_NOFILE), flags); in alloc_fd() 594 return __get_unused_fd_flags(flags, rlimit(RLIMIT_NOFILE)); in get_unused_fd_flags() 1111 if (fd >= rlimit(RLIMIT_NOFILE)) in replace_fd() 1193 if (newfd >= rlimit(RLIMIT_NOFILE)) in ksys_dup3() 1253 if (from >= rlimit(RLIMIT_NOFILE)) in f_dupfd()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | epoll-ctl.c | 343 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl() 348 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) in bench_epoll_ctl()
|
| H A D | epoll-wait.c | 463 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_wait() 468 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) in bench_epoll_wait()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | scm.c | 101 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-func-poll.rst | 72 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-func-poll.rst | 73 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-poll.rst | 112 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | perf-security.rst | 212 accountable resource governed by the RLIMIT_NOFILE [11]_ limit 216 configuration. RLIMIT_NOFILE limit can be increased on per-user basis
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 632 softlim_, hardlim = resource.getrlimit(resource.RLIMIT_NOFILE) 636 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, newlim)) 639 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, hardlim))
|