Searched refs:rlimit_max (Results 1 – 2 of 2) sorted by relevance
111 long rlimit_max[UCOUNT_RLIMIT_COUNTS]; member154 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()
785 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() function