Home
last modified time | relevance | path

Searched refs:RLIMIT_NOFILE (Results 1 – 25 of 53) sorted by relevance

123

/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 Dresource.h61 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 Dresource.h61 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 Dkvm_create_max_vcpus.c58 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 Dosinit.c84 #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 Dresource.h30 #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 Dresource.h30 #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 Dresource.h30 #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 D0010-Use-uintmax_t-for-handling-rlim_t.patch79 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 D0010-Use-uintmax_t-for-handling-rlim_t.patch83 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 Dresource.h9 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dresource.h15 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dresource.h18 #define RLIMIT_NOFILE 5 /* max number of open files */ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dresource.h20 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Ddso-data.c242 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 Dopaque.h70 #ifdef RLIMIT_NOFILE
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c405 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 Dfile.c584 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 Depoll-ctl.c343 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl()
348 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) in bench_epoll_ctl()
H A Depoll-wait.c463 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 Dscm.c101 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 Drequest-func-poll.rst72 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst73 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst112 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dperf-security.rst212 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 Dkvm_stat632 softlim_, hardlim = resource.getrlimit(resource.RLIMIT_NOFILE)
636 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, newlim))
639 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, hardlim))

123