Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_rlimit.h6 struct rlimit rlim_old, rlim_new = { in bpf_rlimit_ctor() local
/Linux-v5.4/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c402 struct rlimit rlim_old, rlim_new = {}; in test_sk_storage_map_stress_free() local
/Linux-v5.4/tools/testing/selftests/net/
Dreuseport_bpf.c447 struct rlimit rlim_new; in main_ctor() local
/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c38 void update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new) in update_rlimit_cpu()