Home
last modified time | relevance | path

Searched refs:max_clusters (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_clutch.c1093 int max_clusters = ml_get_cluster_count(); in sched_clutch_bucket_group_init() local
1094 …clutch_bucket_group->scbg_clutch_buckets = kalloc_type(struct sched_clutch_bucket, max_clusters, Z… in sched_clutch_bucket_group_init()
1095 for (int i = 0; i < max_clusters; i++) { in sched_clutch_bucket_group_init()
H A Dsched_prim.c8115 int max_clusters = ml_get_cluster_count(); in thread_bind_cluster_id() local
8116 if (cluster_id >= max_clusters) { in thread_bind_cluster_id()