Home
last modified time | relevance | path

Searched refs:rlimit_max (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Duser_namespace.h111 long rlimit_max[UCOUNT_RLIMIT_COUNTS]; member
154 return READ_ONCE(ns->rlimit_max[type]); in get_userns_rlimit_max()
160 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX; in set_userns_rlimit_max()
/include/linux/sched/
Dsignal.h785 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() function