Searched refs:preferred (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.81.4/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 190 …ment, the Edge scheduler allows the performance controller to specify a preferred cluster per QoS … 192 …preferred cluster recommendation of the sched\_clutch\_bucket_group it belongs to and uses that as… 194 …preferred cluster for a sched\_clutch\_bucket\_group, the Edge scheduler also provides an option t… 198 …preferred 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 D | pmCPU.c | 707 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 D | vsock_domain.c | 96 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 D | xnu_build_consolidation.md | 88 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 D | mptcp.c | 858 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 D | mptcp_var.h | 619 extern struct mptsub *mptcp_get_subflow(struct mptses *mpte, struct mptsub **preferred);
|
| /xnu-12377.81.4/doc/allocators/ |
| H A D | guard-objects.md | 38 are preferred, and if no partial chunk exists, an empty chunk is allocated from
|
| H A D | api-basics.md | 90 is preferred.
|
| /xnu-12377.81.4/doc/primitives/ |
| H A D | atomics.md | 122 `<os/atomic_private.h>` are the preferred interfaces.
|