Home
last modified time | relevance | path

Searched refs:get_rlimit_value (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Duser_namespace.h127 static inline long get_rlimit_value(struct ucounts *ucounts, enum rlimit_type type) in get_rlimit_value() function
/linux-6.6.21/kernel/
Ducount.c350 long val = get_rlimit_value(iter, type); in is_rlimit_overlimit()
/linux-6.6.21/fs/proc/
Darray.c285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()