Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/uapi/asm-generic/
Dresource.h30 #ifndef RLIMIT_NOFILE
31 # define RLIMIT_NOFILE 7 /* max number of open files */ macro
/Linux-v5.10/arch/sparc/include/uapi/asm/
Dresource.h15 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
/Linux-v5.10/arch/alpha/include/uapi/asm/
Dresource.h9 #define RLIMIT_NOFILE 6 /* max number of open files */ macro
/Linux-v5.10/arch/mips/include/uapi/asm/
Dresource.h18 #define RLIMIT_NOFILE 5 /* max number of open files */ macro
/Linux-v5.10/include/asm-generic/
Dresource.h20 [RLIMIT_NOFILE] = { INR_OPEN_CUR, INR_OPEN_MAX }, \
/Linux-v5.10/tools/perf/tests/
Ddso-data.c242 if (getrlimit(RLIMIT_NOFILE, &rlim)) in set_fd_limit()
248 return setrlimit(RLIMIT_NOFILE, &rlim); in set_fd_limit()
/Linux-v5.10/fs/
Dfile.c555 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()
Dselect.c983 if (nfds > rlimit(RLIMIT_NOFILE)) in do_sys_poll()
/Linux-v5.10/tools/testing/selftests/bpf/map_tests/
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()
/Linux-v5.10/tools/perf/bench/
Depoll-ctl.c343 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl()
348 if (setrlimit(RLIMIT_NOFILE, &rl) < 0) in bench_epoll_ctl()
Depoll-wait.c463 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/
Dscm.c99 if (unlikely(user->unix_inflight > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds()
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Drequest-func-poll.rst72 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-func-poll.rst73 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dfunc-poll.rst112 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/Linux-v5.10/Documentation/admin-guide/
Dperf-security.rst212 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/
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))
/Linux-v5.10/kernel/
Dwatch_queue.c457 task_rlimit(current, RLIMIT_NOFILE)) { in add_watch_to_object()
Dsys.c1554 if (resource == RLIMIT_NOFILE && in do_prlimit()
/Linux-v5.10/tools/perf/pmu-events/
Djevents.c896 if (getrlimit(RLIMIT_NOFILE, &rlim) == 0) in get_maxfds()
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dfs.rst135 enough for most machines. Actual limit depends on RLIMIT_NOFILE
/Linux-v5.10/tools/perf/util/
Ddso.c595 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in get_fd_limit()
Devsel.c1860 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/
Dbuiltin-sched.c580 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/
Dsocket.c1806 rlimit(RLIMIT_NOFILE)); in __sys_accept4()

12