Lines Matching defs:ucounts
136 struct ucounts *ucounts; in find_ucounts() local
145 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts()
153 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap()
159 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts()
171 struct ucounts *ucounts, *new; in alloc_ucounts() local
206 void put_ucounts(struct ucounts *ucounts) in put_ucounts()
234 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
254 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
264 long inc_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v) in inc_rlimit_ucounts()
281 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v) in dec_rlimit_ucounts()
294 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
307 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum ucount_type type) in dec_rlimit_put_ucounts()
312 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum ucount_type type) in inc_rlimit_get_ucounts()
344 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long rlimit) in is_ucounts_overlimit()