| /Linux-v5.10/include/uapi/asm-generic/ |
| D | resource.h | 30 #ifndef RLIMIT_NOFILE 31 # define RLIMIT_NOFILE 7 /* max number of open files */ macro
|
| /Linux-v5.10/arch/sparc/include/uapi/asm/ |
| D | resource.h | 15 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /Linux-v5.10/arch/alpha/include/uapi/asm/ |
| D | resource.h | 9 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
|
| /Linux-v5.10/arch/mips/include/uapi/asm/ |
| D | resource.h | 18 #define RLIMIT_NOFILE 5 /* max number of open files */ macro
|
| /Linux-v5.10/include/asm-generic/ |
| D | resource.h | 20 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
|
| /Linux-v5.10/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.10/fs/ |
| D | file.c | 555 return __alloc_fd(current->files, start, rlimit(RLIMIT_NOFILE), flags); in alloc_fd() 565 return __get_unused_fd_flags(flags, rlimit(RLIMIT_NOFILE)); in get_unused_fd_flags() 1026 if (fd >= rlimit(RLIMIT_NOFILE)) in replace_fd() 1108 if (newfd >= rlimit(RLIMIT_NOFILE)) in ksys_dup3() 1168 if (from >= rlimit(RLIMIT_NOFILE)) in f_dupfd()
|
| D | select.c | 983 if (nfds > rlimit(RLIMIT_NOFILE)) in do_sys_poll()
|
| /Linux-v5.10/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.10/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.10/net/unix/ |
| D | scm.c | 99 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()
|
| /Linux-v5.10/Documentation/userspace-api/media/mediactl/ |
| D | request-func-poll.rst | 72 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.10/Documentation/userspace-api/media/cec/ |
| D | cec-func-poll.rst | 73 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ |
| D | func-poll.rst | 112 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
|
| /Linux-v5.10/Documentation/admin-guide/ |
| 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
|
| /Linux-v5.10/tools/kvm/kvm_stat/ |
| 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))
|
| /Linux-v5.10/kernel/ |
| D | watch_queue.c | 457 task_rlimit(current, RLIMIT_NOFILE)) { in add_watch_to_object()
|
| D | sys.c | 1554 if (resource == RLIMIT_NOFILE && in do_prlimit()
|
| /Linux-v5.10/tools/perf/pmu-events/ |
| D | jevents.c | 896 if (getrlimit(RLIMIT_NOFILE, &rlim) == 0) in get_maxfds()
|
| /Linux-v5.10/Documentation/admin-guide/sysctl/ |
| D | fs.rst | 135 enough for most machines. Actual limit depends on RLIMIT_NOFILE
|
| /Linux-v5.10/tools/perf/util/ |
| D | dso.c | 595 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in get_fd_limit()
|
| D | evsel.c | 1860 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in evsel__open_cpu() 1867 if (setrlimit(RLIMIT_NOFILE, &l) == 0) { in evsel__open_cpu()
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-sched.c | 580 BUG_ON(getrlimit(RLIMIT_NOFILE, &limit) == -1); in self_open_counters() 586 if (setrlimit(RLIMIT_NOFILE, &limit) == -1) { in self_open_counters()
|
| /Linux-v5.10/net/ |
| D | socket.c | 1806 rlimit(RLIMIT_NOFILE)); in __sys_accept4()
|