Home
last modified time | relevance | path

Searched refs:_le (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/osfmk/kern/ !
H A Dledger.c707 le->_le.le_refill.le_refill_period = 0; in ledger_instantiate()
708 le->_le.le_refill.le_last_refill = 0; in ledger_instantiate()
929 if (now <= le->_le.le_refill.le_last_refill) { in ledger_refill()
938 period = le->_le.le_refill.le_refill_period; in ledger_refill()
939 elapsed = now - le->_le.le_refill.le_last_refill; in ledger_refill()
960 periods = (now - le->_le.le_refill.le_last_refill) / period; in ledger_refill()
982 le->_le.le_refill.le_last_refill = now; in ledger_refill()
984 le->_le.le_refill.le_last_refill += (le->_le.le_refill.le_refill_period * periods); in ledger_refill()
1020 if (balance > le->_le._le_max.le_lifetime_max) { in ledger_entry_check_new_balance()
1021 le->_le._le_max.le_lifetime_max = balance; in ledger_entry_check_new_balance()
[all …]
H A Dledger.h92 } _le; member
/xnu-11215.81.4/tools/lldbmacros/ !
H A Dprocess.py1958 if hasattr(le._le._le_max, "le_interval_max"):
1959 entry["interval_max"] = unsigned(le._le._le_max.le_interval_max)
1960 entry["lifetime_max"] = unsigned(le._le._le_max.le_lifetime_max)
1965 entry["refill_period"] = unsigned (le._le.le_refill.le_refill_period)