Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h149 struct priority_queue_sched_max scr_foreign_buckets; member
H A Dsched_clutch.c379 priority_queue_init(&root_clutch->scr_foreign_buckets); in sched_clutch_root_init()
1259 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_native()
1268 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign()
1269 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_foreign()
1554 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
1560 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update()
1561 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
2656 return priority_queue_empty(&root_clutch->scr_foreign_buckets); in sched_clutch_root_foreign_empty()
2670 if (priority_queue_empty(&root_clutch->scr_foreign_buckets)) { in sched_clutch_root_highest_foreign_thread_remove()
2673 …sched_clutch_bucket_t clutch_bucket = priority_queue_max(&root_clutch->scr_foreign_buckets, struct… in sched_clutch_root_highest_foreign_thread_remove()