Searched refs:decayed_amount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dkern_racct.c610 int64_t old_amount, decayed_amount; local
635 decayed_amount = old_amount * RACCT_DECAY_FACTOR / FSCALE;
636 diff_cred = amount - decayed_amount;
684 int64_t old_amount, decayed_amount; local
706 decayed_amount = old_amount * RACCT_DECAY_FACTOR / FSCALE;
707 diff_cred = amount - decayed_amount;

Completed in 100 milliseconds