Searched refs:old_amount (Results 1 – 1 of 1) sorted by relevance
669 int64_t old_amount, decayed_amount, diff_proc, diff_cred; in racct_set_locked() local681 old_amount = p->p_racct->r_resources[resource]; in racct_set_locked()685 diff_proc = amount - old_amount; in racct_set_locked()693 decayed_amount = old_amount * RACCT_DECAY_FACTOR / FSCALE; in racct_set_locked()