Searched refs:rlimit_max (Results 1 – 2 of 2) sorted by relevance
112 long rlimit_max[UCOUNT_RLIMIT_COUNTS]; member160 return READ_ONCE(ns->rlimit_max[type]); in get_userns_rlimit_max()166 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX; in set_userns_rlimit_max()
778 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() function
Completed in 6 milliseconds