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

/xnu-2782.1.97/osfmk/kern/
H A Dledger.c535 ledger_amount_t balance, due; local
588 due = periods * le->le_limit;
589 if (balance - due < 0)
590 due = balance;
592 assert(due >= 0);
594 OSAddAtomic64(due, &le->le_debit);
603 if (balance == due)
610 lprintf(("Refill %lld %lld->%lld\n", periods, balance, balance - due));
681 /* Check to see whether we're due a refill */
1345 /* We're over the limit, so refill if we are eligible and past due
[all...]

Completed in 20 milliseconds