Lines Matching defs:ucounts
132 struct ucounts *ucounts; in find_ucounts() local
141 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts()
149 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap()
155 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts()
167 struct ucounts *ucounts, *new; in alloc_ucounts() local
203 void put_ucounts(struct ucounts *ucounts) in put_ucounts()
232 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
252 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
262 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts()
279 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts()
292 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
305 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts()
310 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type) in inc_rlimit_get_ucounts()
342 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()