Searched refs:RLIM_INFINITY (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/include/asm-generic/
H A Dresource.h13 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
14 [RLIMIT_FSIZE] = { RLIM_INFINITY, RLIM_INFINITY }, \
15 [RLIMIT_DATA] = { RLIM_INFINITY, RLIM_INFINITY }, \
16 [RLIMIT_STACK] = { _STK_LIM, RLIM_INFINITY }, \
17 [RLIMIT_CORE] = { 0, RLIM_INFINITY }, \
18 [RLIMIT_RSS] = { RLIM_INFINITY, RLIM_INFINITY }, \
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Dresource.h19 #define RLIM_INFINITY 0x7ffffffffffffffful macro
/linux-master/arch/mips/include/uapi/asm/
H A Dresource.h31 # define RLIM_INFINITY 0x7fffffffUL macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dresource.h26 #define RLIM_INFINITY 0x7fffffff macro
/linux-master/include/uapi/asm-generic/
H A Dresource.h57 #ifndef RLIM_INFINITY
58 # define RLIM_INFINITY (~0UL) macro
/linux-master/tools/perf/util/
H A Dbpf_counter.h88 struct rlimit rinf = { RLIM_INFINITY, RLIM_INFINITY };
H A Ddso.c662 if (l.rlim_cur == RLIM_INFINITY)
691 if (fd_limit == RLIM_INFINITY)
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c184 lim.rlim_cur = RLIM_INFINITY;
185 lim.rlim_max = RLIM_INFINITY;
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c82 if (rlim.rlim_cur != RLIM_INFINITY && rlim.rlim_cur < CORE_FILE_LIMIT) {
85 if (rlim.rlim_max != RLIM_INFINITY &&
96 if (rlim.rlim_cur != RLIM_INFINITY && rlim.rlim_cur < CORE_FILE_LIMIT) {
99 if (rlim.rlim_max != RLIM_INFINITY &&
/linux-master/arch/um/os-Linux/
H A Dstart_up.c237 if (lim.rlim_cur == RLIM_INFINITY)
243 if (lim.rlim_max == RLIM_INFINITY)
H A Dmain.c34 if ((lim.rlim_cur == RLIM_INFINITY) || (lim.rlim_cur > STACKSIZE)) {
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c527 cur_limits.rlim_cur = RLIM_INFINITY;
528 cur_limits.rlim_max = RLIM_INFINITY;
672 if (cur_limits.rlim_cur == RLIM_INFINITY) {
/linux-master/arch/s390/mm/
H A Dmmap.c33 if (rlim_stack->rlim_cur == RLIM_INFINITY)
55 /* Values close to RLIM_INFINITY can overflow. */
/linux-master/kernel/time/
H A Dposix-cpu-timers.c27 if (cpu_limit != RLIM_INFINITY) {
917 if (soft != RLIM_INFINITY) {
923 if (hard != RLIM_INFINITY &&
1014 if (soft != RLIM_INFINITY) {
1022 if (hard != RLIM_INFINITY &&
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c64 if (stack_max == RLIM_INFINITY)
/linux-master/fs/
H A Dattr.c254 if (limit != RLIM_INFINITY && offset > limit)
/linux-master/kernel/
H A Dsys.c1497 * infinite. In case of RLIM_INFINITY the posix CPU timer code
1501 new_rlim->rlim_cur != RLIM_INFINITY &&
1542 r.rlim_cur = RLIM_INFINITY;
1546 r.rlim_max = RLIM_INFINITY;
1639 if (rlim->rlim_cur == RLIM_INFINITY)
1643 if (rlim->rlim_max == RLIM_INFINITY)
1652 rlim->rlim_cur = RLIM_INFINITY;
1656 rlim->rlim_max = RLIM_INFINITY;
H A Dacct.c503 current->signal->rlim[RLIMIT_FSIZE].rlim_cur = RLIM_INFINITY;
H A Dfork.c1069 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_NPROC, RLIM_INFINITY);
1070 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_MSGQUEUE, RLIM_INFINITY);
1071 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_SIGPENDING, RLIM_INFINITY);
1072 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_MEMLOCK, RLIM_INFINITY);
/linux-master/tools/bpf/bpftool/
H A Dcommon.c144 struct rlimit rinf = { RLIM_INFINITY, RLIM_INFINITY };
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c292 gap == RLIM_INFINITY ||
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf.c444 if (rlim_old.rlim_cur != RLIM_INFINITY) {
/linux-master/fs/zonefs/
H A Dfile.c396 if (limit != RLIM_INFINITY) {
/linux-master/mm/
H A Dutil.c418 if (rlim_stack->rlim_cur == RLIM_INFINITY &&
450 /* Values close to RLIM_INFINITY can overflow. */
H A Dmlock.c807 if (lock_limit != RLIM_INFINITY)

Completed in 304 milliseconds

12