| /Linux-v5.4/include/uapi/asm-generic/ |
| D | resource.h | 30 #ifndef RLIMIT_NOFILE 31 # define RLIMIT_NOFILE 7 /* max number of open files */ macro
|
| /Linux-v5.4/arch/sparc/include/uapi/asm/ |
| D | resource.h | 15 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /Linux-v5.4/arch/alpha/include/uapi/asm/ |
| D | resource.h | 9 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /Linux-v5.4/arch/mips/include/uapi/asm/ |
| D | resource.h | 18 #define RLIMIT_NOFILE 5 /* max number of open files */ macro
|
| /Linux-v5.4/include/asm-generic/ |
| D | resource.h | 20 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
|
| /Linux-v5.4/tools/perf/tests/ |
| D | dso-data.c | 242 if (getrlimit(RLIMIT_NOFILE, &rlim)) in set_fd_limit() 248 return setrlimit(RLIMIT_NOFILE, &rlim); in set_fd_limit()
|
| /Linux-v5.4/fs/ |
| D | file.c | 540 return __alloc_fd(current->files, start, rlimit(RLIMIT_NOFILE), flags); in alloc_fd() 545 return __alloc_fd(current->files, 0, rlimit(RLIMIT_NOFILE), flags); in get_unused_fd_flags() 895 if (fd >= rlimit(RLIMIT_NOFILE)) in replace_fd() 921 if (newfd >= rlimit(RLIMIT_NOFILE)) in ksys_dup3() 986 if (from >= rlimit(RLIMIT_NOFILE)) in f_dupfd()
|
| D | select.c | 973 if (nfds > rlimit(RLIMIT_NOFILE)) in do_sys_poll()
|
| D | io_uring.c | 3026 if (inflight > task_rlimit(current, RLIMIT_NOFILE)) in __io_sqe_files_scm()
|
| /Linux-v5.4/tools/testing/selftests/bpf/map_tests/ |
| 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()
|
| /Linux-v5.4/tools/perf/bench/ |
| 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()
|
| 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()
|
| /Linux-v5.4/net/unix/ |
| D | scm.c | 98 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-func-poll.rst | 84 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.4/Documentation/media/uapi/mediactl/ |
| D | request-func-poll.rst | 100 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | perf-security.rst | 177 accountable resource governed by the RLIMIT_NOFILE [11]_ limit 181 configuration. RLIMIT_NOFILE limit can be increased on per-user basis
|
| /Linux-v5.4/tools/kvm/kvm_stat/ |
| D | kvm_stat | 623 softlim_, hardlim = resource.getrlimit(resource.RLIMIT_NOFILE) 627 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, newlim)) 630 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, hardlim))
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | func-poll.rst | 123 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.4/tools/perf/pmu-events/ |
| D | jevents.c | 859 if (getrlimit(RLIMIT_NOFILE, &rlim) == 0) in get_maxfds()
|
| /Linux-v5.4/tools/perf/util/ |
| D | dso.c | 579 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in get_fd_limit()
|
| D | evsel.c | 1732 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in evsel__open() 1739 if (setrlimit(RLIMIT_NOFILE, &l) == 0) { in evsel__open()
|
| /Linux-v5.4/Documentation/admin-guide/sysctl/ |
| D | fs.rst | 135 enough for most machines. Actual limit depends on RLIMIT_NOFILE
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-sched.c | 576 BUG_ON(getrlimit(RLIMIT_NOFILE, &limit) == -1); in self_open_counters() 582 if (setrlimit(RLIMIT_NOFILE, &limit) == -1) { in self_open_counters()
|
| /Linux-v5.4/kernel/ |
| D | sys.c | 1538 if (resource == RLIMIT_NOFILE && in do_prlimit()
|
| /Linux-v5.4/fs/proc/ |
| D | base.c | 572 [RLIMIT_NOFILE] = {"Max open files", "files"},
|