Home
last modified time | relevance | path

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

/xnu-11215.1.10/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 … clutch buckets are enqueued on a cluster which are asymmetric from the preferred cluster of the t…
[all …]
/xnu-11215.1.10/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-11215.1.10/bsd/kern/
H A Dvsock_domain.c70 struct vsockpcb *preferred = NULL; in vsock_get_matching_pcb() local
81 preferred = pcb; in vsock_get_matching_pcb()
89 if (!preferred && match) { in vsock_get_matching_pcb()
91 preferred = match; in vsock_get_matching_pcb()
95 return preferred; in vsock_get_matching_pcb()
/xnu-11215.1.10/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-11215.1.10/bsd/netinet/
H A Dmptcp.c848 mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred) in mptcp_get_subflow() argument
936 if (preferred != NULL) { in mptcp_get_subflow()
937 *preferred = mptcp_return_subflow(best); in mptcp_get_subflow()
H A Dmptcp_var.h616 extern struct mptsub *mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred);
/xnu-11215.1.10/doc/primitives/
H A Datomics.md122 `<os/atomic_private.h>` are the preferred interfaces.
/xnu-11215.1.10/doc/allocators/
H A Dapi-basics.md90 is preferred.