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

/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c138 uint64_t le_last_refill; member in struct:ledger_entry
518 elapsed = now - le->le_last_refill;
539 periods = (now - le->le_last_refill) / period;
553 le->le_last_refill = now;
555 le->le_last_refill += (le->le_refill_period * periods);
575 if ((now - le->le_last_refill) > le->le_refill_period)
648 le->le_last_refill = 0;
886 if ((le->le_last_refill + le->le_refill_period) > now) {
925 le->le_last_refill + le->le_refill_period);
1035 abstime_to_nsecs(now - le->le_last_refill);
[all...]

Completed in 10 milliseconds