rlim_new 230 include/linux/posix-timers.h void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new); rlim_new 38 kernel/time/posix-cpu-timers.c void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new) rlim_new 40 kernel/time/posix-cpu-timers.c u64 nsecs = rlim_new * NSEC_PER_SEC; rlim_new 6 tools/testing/selftests/bpf/bpf_rlimit.h struct rlimit rlim_old, rlim_new = { rlim_new 19 tools/testing/selftests/bpf/bpf_rlimit.h if (setrlimit(RLIMIT_MEMLOCK, &rlim_new) < 0) { rlim_new 24 tools/testing/selftests/bpf/bpf_rlimit.h rlim_new.rlim_cur = rlim_old.rlim_cur + (1UL << 20); rlim_new 25 tools/testing/selftests/bpf/bpf_rlimit.h rlim_new.rlim_max = rlim_old.rlim_max + (1UL << 20); rlim_new 26 tools/testing/selftests/bpf/bpf_rlimit.h setrlimit(RLIMIT_MEMLOCK, &rlim_new); rlim_new 402 tools/testing/selftests/bpf/map_tests/sk_storage_map.c struct rlimit rlim_old, rlim_new = {}; rlim_new 415 tools/testing/selftests/bpf/map_tests/sk_storage_map.c rlim_new.rlim_cur = nr_sk_threads * nr_sk_per_thread + 128; rlim_new 416 tools/testing/selftests/bpf/map_tests/sk_storage_map.c rlim_new.rlim_max = rlim_new.rlim_cur + 128; rlim_new 417 tools/testing/selftests/bpf/map_tests/sk_storage_map.c err = setrlimit(RLIMIT_NOFILE, &rlim_new); rlim_new 419 tools/testing/selftests/bpf/map_tests/sk_storage_map.c rlim_new.rlim_cur, errno); rlim_new 431 tools/testing/selftests/bpf/map_tests/sk_storage_map.c if (rlim_new.rlim_cur) rlim_new 447 tools/testing/selftests/net/reuseport_bpf.c struct rlimit rlim_new; rlim_new 449 tools/testing/selftests/net/reuseport_bpf.c rlim_new.rlim_cur = rlim_old.rlim_cur + (1UL << 20); rlim_new 450 tools/testing/selftests/net/reuseport_bpf.c rlim_new.rlim_max = rlim_old.rlim_max + (1UL << 20); rlim_new 451 tools/testing/selftests/net/reuseport_bpf.c setrlimit(RLIMIT_MEMLOCK, &rlim_new);