Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dledger.c896 ledger_amount_t balance, due; in ledger_refill() local
964 due = periods * le->le_limit; in ledger_refill()
966 if (balance - due < 0) { in ledger_refill()
967 due = balance; in ledger_refill()
970 if (due < 0 && (le->le_flags & LF_PANIC_ON_NEGATIVE)) { in ledger_refill()
971 …assertf(due >= 0, "now=%llu, ledger=%p, entry=%d, balance=%lld, due=%lld", now, ledger, entry, bal… in ledger_refill()
973 OSAddAtomic64(due, &le->le_debit); in ledger_refill()
981 if (balance == due) { in ledger_refill()
989 lprintf(("Refill %lld %lld->%lld\n", periods, balance, balance - due)); in ledger_refill()
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md218 Note that there can be unused space in the pure data body due to the fact that
349 Note that there can be unused space in the pure data body due to the fact that
356 due to how reachable it is, and how flexible its state machine is.
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md41 …s provided a warp value which is refreshed whenever the bucket is selected due to its deadline exp…
57 …lects a low QoS root bucket even when a higher QoS root bucket is runnable due to deadline orderin…
59 The EDF algorithm is the best choice for this level due to the following reasons:
76 …or priority differences specified from userspace via SPIs, priority boosts due to priority inherit…
85 The interactivity score based algorithm is well suited for this level due to the following reasons:
286 …sm when a thread expires a quantum on a non-preferred cluster (most likely due to migration/spilli…
/xnu-11215/doc/observability/
H A Dmt_stackshot.md21 a CPU is derecommended due to thermal limits or otherwise, it will still be
/xnu-11215/doc/building/
H A Dbound_checks.md130 the kernel is still probably livable. A kernel that is unlivable due to panics
/xnu-11215/doc/primitives/
H A Datomics.md64 For example, when the compiler can know what `doit` is doing (which due to LTO
/xnu-11215/doc/debugging/
H A Ddebugging.md275 List reduced from 468 to 30 due to restriction <30>
/xnu-11215/doc/vm/
H A Dfreezer.md108 …f processes that can be frozen. Note that we can go a bit above this limit due to coalition freezi…
/xnu-11215/tests/
H A Dstackshot_tests.m2274 …T_LOG("skipping cpu count/type check due to single-thread override (kern.stackshot_single_thread=1…