Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h329 struct sched_clutch_bucket *scbg_clutch_buckets; member
H A Dsched_clutch.c1094 …clutch_bucket_group->scbg_clutch_buckets = kalloc_type(struct sched_clutch_bucket, max_clusters, Z… in sched_clutch_bucket_group_init()
1096 …sched_clutch_bucket_init(&clutch_bucket_group->scbg_clutch_buckets[i], clutch_bucket_group, bucket… in sched_clutch_bucket_group_init()
1122 clutch_bucket_group->scbg_clutch_buckets); in sched_clutch_bucket_group_destroy()
2393 …sched_clutch_bucket_t clutch_bucket = &(clutch_bucket_group->scbg_clutch_buckets[root_clutch->scr_… in sched_clutch_thread_insert()
2472 …sched_clutch_bucket_t clutch_bucket = &(clutch_bucket_group->scbg_clutch_buckets[root_clutch->scr_… in sched_clutch_thread_remove()
4650 …sched_clutch_bucket_t clutch_bucket = &(clutch_bucket_group->scbg_clutch_buckets[root_clutch->scr_… in sched_edge_migrate_thread_group_runnable_threads()