Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_clutch.c1375 int max_clusters = ml_get_cluster_count(); in sched_clutch_bucket_group_init() local
1376 …clutch_bucket_group->scbg_clutch_buckets = kalloc_type(struct sched_clutch_bucket, max_clusters, Z… in sched_clutch_bucket_group_init()
1377 for (int i = 0; i < max_clusters; i++) { in sched_clutch_bucket_group_init()
H A Dsched_prim.c10095 int max_clusters = ml_get_cluster_count(); in thread_bind_cluster_id() local
10096 if (cluster_id >= max_clusters) { in thread_bind_cluster_id()