Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dledger.c1008 ledger_amount_t balance, due; in ledger_refill() local
1076 due = periods * le->le_limit; in ledger_refill()
1078 if (balance - due < 0) { in ledger_refill()
1079 due = balance; in ledger_refill()
1082 if (due < 0 && (le->le_flags & LF_PANIC_ON_NEGATIVE)) { in ledger_refill()
1083 …assertf(due >= 0, "now=%llu, ledger=%p, entry=%d, balance=%lld, due=%lld", now, ledger, entry, bal… in ledger_refill()
1085 OSAddAtomic64(due, &le->le_debit); in ledger_refill()
1093 if (balance == due) { in ledger_refill()
1101 lprintf(("Refill %lld %lld->%lld\n", periods, balance, balance - due)); in ledger_refill()
/xnu-12377.61.12/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.
H A Dipc_security_concepts.md80 to confuse the system due to port mismanagement bugs.
H A Dguard_exceptions.md80 - confusions in accounting of the receive right and send rights, due to the
300 message due to sandboxing, and that a hard failure has been requested by either
/xnu-12377.61.12/doc/arm/
H A Dapple_speculative_hardening.md377 large contiguous mappings to succeed on a booted system due to heavy kernel VA
461 correctly identifying bounds checks is very difficult due to the limits of
530 Since `%arrayidx` uses `%masked_rmw_idx` which has a maximum value of 255 due to
580 // y holds potentially far OOB data due to arrayidx2, arming the flow
582 // y_doubled holds potentially far OOB data due to y but does not itself leak
594 // new_offset holds potentially far OOB data due to arrayidx3, arming the flow
597 // Additionally, it is implicated in arrayidx3's taint due to its use of
/xnu-12377.61.12/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:
/xnu-12377.61.12/doc/observability/
H A Dmt_stackshot.md21 a CPU is derecommended due to thermal limits or otherwise, it will still be
H A Dcoalitions.md101 When a *bank account* is deallocated (due to vouchers getting released, meaning tasks have complete…
/xnu-12377.61.12/doc/building/
H A Dbound_checks.md157 the kernel is still probably livable. A kernel that is unlivable due to panics
/xnu-12377.61.12/tests/unit/
H A DREADME.md193 - A: This is likely due to the function being declared as hidden, either using `__private_extern__`…
/xnu-12377.61.12/doc/primitives/
H A Datomics.md64 For example, when the compiler can know what `doit` is doing (which due to LTO
/xnu-12377.61.12/doc/debugging/
H A Ddebugging.md275 List reduced from 468 to 30 due to restriction <30>
/xnu-12377.61.12/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-12377.61.12/tests/
H A Dstackshot_tests.m2364 …T_LOG("skipping cpu count/type check due to single-thread override (kern.stackshot_single_thread=1…