Lines Matching defs:ucounts
135 struct ucounts *ucounts; in find_ucounts() local
148 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts()
160 struct ucounts *ucounts, *new; in alloc_ucounts() local
188 void put_ucounts(struct ucounts *ucounts) in put_ucounts()
217 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
237 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
247 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts()
264 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts()
277 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
290 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts()
295 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type, in inc_rlimit_get_ucounts()
328 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()