Home
last modified time | relevance | path

Searched refs:dies (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/i386/
H A Dcpu_threads.c442 die = pkg->dies; in x86_die_find()
808 die->next_in_pkg = pkg->dies; in x86_package_add_die()
810 pkg->dies = die; in x86_package_add_die()
1050 die = pkg->dies; in x86_validate_topology()
1222 die = pkg->dies; in debug_topology_print()
H A Dcpu_topology.h196 struct x86_die *dies; /* list of dies in package */ member
/xnu-12377.81.4/doc/observability/
H A Dcoalitions.md49 …ed. On the other hand, the coalition's ledger is only updated when a task dies. At this point, all…
61 …lding the `coalition_lock`, which ensures we don't double count if a task dies while we iterate. N…
99 …. However, a `bank_task` may outlive its associated task in case the task dies but is still being …
120 Another 'bug' is that if a task dies, and is then subsequently billed for some work by another task…
/xnu-12377.81.4/doc/lifecycle/
H A Dhibernation.md153 user wakes the system or the battery dies.