Home
last modified time | relevance | path

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

/xnu-8792.61.2/doc/
H A Dsched_clutch_edge.md191 …ment, the Edge scheduler allows the performance controller to specify a preferred cluster per QoS …
193preferred cluster recommendation of the sched\_clutch\_bucket_group it belongs to and uses that as…
195preferred cluster for a sched\_clutch\_bucket\_group, the Edge scheduler also provides an option t…
199preferred cluster for the thread's sched\_clutch\_bucket_group. If the preferred cluster is idle o…
234 * On thread becoming runnable, get the scheduling latency metric for the thread's QoS and preferred
235 * If preferred cluster scheduling latency is 0, return preferred cluster
236 * Otherwise, for each cluster which is not the preferred cluster,
239 * Otherwise, calulate the scheduling latency delta between the cluster and the preferred cluster
240 * If delta is less than the edge weight between preferred cluster and cluster, continue
253 … clutch buckets are enqueued on a cluster which are asymmetric from the preferred cluster of the t…
[all …]
H A Dxnu_build_consolidation.md86 the preferred approach is to compile them in, but perform runtime checks to enable/disable them, po…
139 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
H A Datomics.md120 `<os/atomic_private.h>` are the preferred interfaces.
/xnu-8792.61.2/osfmk/i386/
H A DpmCPU.c709 processor_t preferred) in machine_choose_processor() argument
717 return preferred; in machine_choose_processor()
728 if (preferred == NULL) { in machine_choose_processor()
731 preferredCPU = preferred->cpu_id; in machine_choose_processor()
744 return preferred; in machine_choose_processor()
/xnu-8792.61.2/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-8792.61.2/bsd/netinet/
H A Dmptcp.c847 mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred) in mptcp_get_subflow() argument
935 if (preferred != NULL) { in mptcp_get_subflow()
936 *preferred = mptcp_return_subflow(best); in mptcp_get_subflow()
H A Dmptcp_var.h618 extern struct mptsub *mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred);
/xnu-8792.61.2/doc/allocators/
H A Dapi-basics.md88 is preferred.