Searched refs:rlimit_type (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | user_namespace.h | 63 enum rlimit_type { enum 140 static inline long get_rlimit_value(struct ucounts *ucounts, enum rlimit_type type) in get_rlimit_value() 145 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v); 146 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v); 147 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type, 149 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type); 150 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long max); 152 static inline long get_userns_rlimit_max(struct user_namespace *ns, enum rlimit_type type) in get_userns_rlimit_max() 158 enum rlimit_type type, unsigned long max) in set_userns_rlimit_max()
|