Lines Matching defs:resource
509 racct_adjust_resource(struct racct *racct, int resource, in racct_adjust_resource()
539 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_add_locked()
570 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add()
590 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force()
604 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred_locked()
622 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred()
660 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_set_locked()
722 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked()
734 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set()
750 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force()
770 racct_get_limit(struct proc *p, int resource) in racct_get_limit()
796 racct_get_available(struct proc *p, int resource) in racct_get_available()
843 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub()
870 racct_sub_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred_locked()
887 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred()