Home
last modified time | relevance | path

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

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