| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | resource.h | 13 [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 }, \ 22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \ 23 [RLIMIT_LOCKS] = { RLIM_INFINITY, RLIM_INFINITY }, \ 28 [RLIMIT_RTTIME] = { RLIM_INFINITY, RLIM_INFINITY }, \
|
| /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 D | resource.h | 115 # define RLIM_INFINITY ((__rlim_t) -1) macro 117 # define RLIM_INFINITY 0xffffffffffffffffuLL macro 125 #define RLIM_SAVED_MAX RLIM_INFINITY 126 #define RLIM_SAVED_CUR RLIM_INFINITY
|
| /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 D | resource.h | 115 # define RLIM_INFINITY ((__rlim_t) -1) macro 117 # define RLIM_INFINITY 0xffffffffffffffffuLL macro 125 #define RLIM_SAVED_MAX RLIM_INFINITY 126 #define RLIM_SAVED_CUR RLIM_INFINITY
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | resource.h | 57 #ifndef RLIM_INFINITY 58 # define RLIM_INFINITY (~0UL) 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 D | resource.h | 57 #ifndef RLIM_INFINITY 58 # define RLIM_INFINITY (~0UL) 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 D | resource.h | 57 #ifndef RLIM_INFINITY 58 # define RLIM_INFINITY (~0UL) macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_rlimit.h | 7 .rlim_cur = RLIM_INFINITY, in bpf_rlimit_ctor() 8 .rlim_max = RLIM_INFINITY, in bpf_rlimit_ctor()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 59 if (rl->rlim_cur >= RLIM_INFINITY && rl->rlim_max >= RLIM_INFINITY) 61 else if (rl->rlim_cur >= RLIM_INFINITY) 64 else if (rl->rlim_max >= RLIM_INFINITY)
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sockex2_user.c | 19 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | tracex5_user.c | 37 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | tracex4_user.c | 51 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | spintest_user.c | 13 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | sockex3_user.c | 29 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | syscall_tp_user.c | 118 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | xdp1_user.c | 82 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | offwaketime_user.c | 98 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | tracex3_user.c | 110 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | test_overhead_user.c | 128 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | xdp_adjust_tail_user.c | 85 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| H A D | xdp_sample_pkts_user.c | 112 struct rlimit r = {RLIM_INFINITY, RLIM_INFINITY}; in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 63 if (rl->rlim_cur >= RLIM_INFINITY && rl->rlim_max >= RLIM_INFINITY) 65 else if (rl->rlim_cur >= RLIM_INFINITY) 68 else if (rl->rlim_max >= RLIM_INFINITY)
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.c | 40 struct rlimit rlim = { RLIM_INFINITY, RLIM_INFINITY }; in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | core-pkey.c | 82 if (rlim.rlim_cur != RLIM_INFINITY && rlim.rlim_cur < CORE_FILE_LIMIT) { in increase_core_file_limit() 85 if (rlim.rlim_max != RLIM_INFINITY && in increase_core_file_limit() 96 if (rlim.rlim_cur != RLIM_INFINITY && rlim.rlim_cur < CORE_FILE_LIMIT) { in increase_core_file_limit() 99 if (rlim.rlim_max != RLIM_INFINITY && in increase_core_file_limit()
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A D | runqslower.c | 94 .rlim_cur = RLIM_INFINITY, in bump_memlock_rlimit() 95 .rlim_max = RLIM_INFINITY, in bump_memlock_rlimit()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | compaction_test.c | 178 lim.rlim_cur = RLIM_INFINITY; in main() 179 lim.rlim_max = RLIM_INFINITY; in main()
|