Lines Matching defs:amount
489 int64_t amount) in racct_adjust_resource()
518 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_add_locked()
549 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add()
569 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force()
583 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred_locked()
601 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred()
639 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_set_locked()
701 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked()
713 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set()
729 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force()
822 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub()
849 racct_sub_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred_locked()
866 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred()