Home
last modified time | relevance | path

Searched defs:rlim_new (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c398 struct rlimit rlim_old, rlim_new = {}; in test_sk_storage_map_stress_free() local
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c445 struct rlimit rlim_new; in main_ctor() local
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c42 int update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new) in update_rlimit_cpu()