Searched refs:decayed_amount (Results 1 – 1 of 1) sorted by relevance
662 int64_t old_amount, decayed_amount, diff_proc, diff_cred; in racct_set_locked() local686 decayed_amount = old_amount * RACCT_DECAY_FACTOR / FSCALE; in racct_set_locked()687 diff_cred = amount - decayed_amount; in racct_set_locked()