Home
last modified time | relevance | path

Searched refs:QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dsched_amp_common.c449 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()
H A Dsched_prim.h694 #define QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE 0x4 macro
H A Dsched_clutch.c4980 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()
H A Dsched_prim.c7878 assert((options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) == 0); in sched_qos_max_parallelism()
/xnu-8792.81.2/bsd/pthread/
H A Dpthread_workqueue.c2720 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()