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 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts()
165 struct ucounts *ucounts, *new; in alloc_ucounts() local
200 void put_ucounts(struct ucounts *ucounts) in put_ucounts()
228 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
248 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
258 long inc_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v) in inc_rlimit_ucounts()
274 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v) in dec_rlimit_ucounts()
287 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
300 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum ucount_type type) in dec_rlimit_put_ucounts()
305 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum ucount_type type) in inc_rlimit_get_ucounts()
336 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long max) in is_ucounts_overlimit()