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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dledger.c149 } le_refill; member in union:ledger_entry::__anon15201
391 le->_le.le_refill.le_refill_period = 0;
392 le->_le.le_refill.le_last_refill = 0;
554 if (now <= le->_le.le_refill.le_last_refill) {
563 period = le->_le.le_refill.le_refill_period;
564 elapsed = now - le->_le.le_refill.le_last_refill;
585 periods = (now - le->_le.le_refill.le_last_refill) / period;
604 le->_le.le_refill.le_last_refill = now;
606 le->_le.le_refill.le_last_refill += (le->_le.le_refill
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1370 out_str += "{:15d} ".format(ledger._le.le_refill.le_refill_period)
1375 out_str += "{:9d} ".format((unsigned(ledger.le_limit) * 100) / ledger._le.le_refill.le_refill_period)

Completed in 113 milliseconds