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

/freebsd-12-stable/sys/kern/
H A Dkern_racct.c669 int64_t old_amount, decayed_amount, diff_proc, diff_cred; local
681 old_amount = p->p_racct->r_resources[resource];
685 diff_proc = amount - old_amount;
693 decayed_amount = old_amount * RACCT_DECAY_FACTOR / FSCALE;

Completed in 53 milliseconds