Searched refs:QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE (Results 1 – 5 of 5) sorted by relevance
449 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcount; in sched_amp_qos_max_parallelism()461 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()463 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()468 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()470 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()473 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
694 #define QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE 0x4 macro
4980 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcpu_count; in sched_edge_qos_max_parallelism()4995 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecpu_count; in sched_edge_qos_max_parallelism()4997 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_edge_qos_max_parallelism()
7878 assert((options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) == 0); in sched_qos_max_parallelism()
2720 static_assert(QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE == in bsdthread_get_max_parallelism()2723 …S_PARALLELISM_REALTIME | QOS_PARALLELISM_COUNT_LOGICAL | QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE))… in bsdthread_get_max_parallelism()2728 if (flags & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) { in bsdthread_get_max_parallelism()