Searched refs:due (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | ledger.c | 896 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 D | kmsg.md | 218 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 D | sched_clutch_edge.md | 41 …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 D | mt_stackshot.md | 21 a CPU is derecommended due to thermal limits or otherwise, it will still be
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 130 the kernel is still probably livable. A kernel that is unlivable due to panics
|
| /xnu-11215/doc/primitives/ |
| H A D | atomics.md | 64 For example, when the compiler can know what `doit` is doing (which due to LTO
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 275 List reduced from 468 to 30 due to restriction <30>
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 108 …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 D | stackshot_tests.m | 2274 …T_LOG("skipping cpu count/type check due to single-thread override (kern.stackshot_single_thread=1…
|