Home
last modified time | relevance | path

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

/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md190 …ment, the Edge scheduler allows the performance controller to specify a preferred cluster per QoS …
192preferred cluster recommendation of the sched\_clutch\_bucket_group it belongs to and uses that as…
194preferred cluster for a sched\_clutch\_bucket\_group, the Edge scheduler also provides an option t…
198preferred cluster for the thread's sched\_clutch\_bucket_group. If the preferred cluster is idle o…
233 * On thread becoming runnable, get the scheduling latency metric for the thread's QoS and preferred
234 * If preferred cluster scheduling latency is 0, return preferred cluster
235 * Otherwise, for each cluster which is not the preferred cluster,
238 * Otherwise, calulate the scheduling latency delta between the cluster and the preferred cluster
239 * If delta is less than the edge weight between preferred cluster and cluster, continue
252 …in accordance with the Edge matrix, based on each thread's preferred pset. Since the preferred pse…
[all …]
/xnu-12377.81.4/osfmk/i386/
H A DpmCPU.c707 processor_t preferred) in machine_choose_processor() argument
715 return preferred; in machine_choose_processor()
726 if (preferred == NULL) { in machine_choose_processor()
729 preferredCPU = preferred->cpu_id; in machine_choose_processor()
742 return preferred; in machine_choose_processor()
/xnu-12377.81.4/bsd/kern/
H A Dvsock_domain.c96 struct vsockpcb *preferred = NULL; in vsock_get_matching_pcb() local
107 preferred = pcb; in vsock_get_matching_pcb()
115 if (!preferred && match) { in vsock_get_matching_pcb()
117 preferred = match; in vsock_get_matching_pcb()
121 return preferred; in vsock_get_matching_pcb()
/xnu-12377.81.4/doc/building/
H A Dxnu_build_consolidation.md88 the preferred approach is to compile them in, but perform runtime checks to enable/disable them, po…
141 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
/xnu-12377.81.4/bsd/netinet/
H A Dmptcp.c858 mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred) in mptcp_get_subflow() argument
946 if (preferred != NULL) { in mptcp_get_subflow()
947 *preferred = mptcp_return_subflow(best); in mptcp_get_subflow()
H A Dmptcp_var.h619 extern struct mptsub *mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred);
/xnu-12377.81.4/doc/allocators/
H A Dguard-objects.md38 are preferred, and if no partial chunk exists, an empty chunk is allocated from
H A Dapi-basics.md90 is preferred.
/xnu-12377.81.4/doc/primitives/
H A Datomics.md122 `<os/atomic_private.h>` are the preferred interfaces.