Lines Matching defs:ucounts
133 struct ucounts *ucounts; in find_ucounts() local
142 static void hlist_add_ucounts(struct ucounts *ucounts) in hlist_add_ucounts()
150 static inline bool get_ucounts_or_wrap(struct ucounts *ucounts) in get_ucounts_or_wrap()
156 struct ucounts *get_ucounts(struct ucounts *ucounts) in get_ucounts()
168 struct ucounts *ucounts, *new; in alloc_ucounts() local
204 void put_ucounts(struct ucounts *ucounts) in put_ucounts()
233 struct ucounts *ucounts, *iter, *bad; in inc_ucount() local
253 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
263 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts()
280 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts()
293 static void do_dec_rlimit_put_ucounts(struct ucounts *ucounts, in do_dec_rlimit_put_ucounts()
306 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts()
311 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type) in inc_rlimit_get_ucounts()
343 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()