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()
219 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
239 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
249 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts()
266 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts()
279 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
292 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts()
297 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type, in inc_rlimit_get_ucounts()
330 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()