Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h166 struct priority_queue_sched_max scr_foreign_buckets; member
H A Dsched_clutch.c331 priority_queue_init(&root_clutch->scr_foreign_buckets); in sched_clutch_root_init()
1218 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_native()
1227 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign()
1228 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_foreign()
1523 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
1529 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update()
1530 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
2625 return priority_queue_empty(&root_clutch->scr_foreign_buckets); in sched_clutch_root_foreign_empty()
2639 if (priority_queue_empty(&root_clutch->scr_foreign_buckets)) { in sched_clutch_root_highest_foreign_thread_remove()
2642 …sched_clutch_bucket_t clutch_bucket = priority_queue_max(&root_clutch->scr_foreign_buckets, struct… in sched_clutch_root_highest_foreign_thread_remove()