Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_clutch.h156 struct priority_queue_sched_max scr_foreign_buckets; member
H A Dsched_clutch.c417 priority_queue_init(&root_clutch->scr_foreign_buckets); in sched_clutch_root_init()
1500 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_native()
1509 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign()
1510 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_foreign()
1816 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
1822 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update()
1823 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
2980 return priority_queue_empty(&root_clutch->scr_foreign_buckets); in sched_clutch_root_foreign_empty()
2994 if (priority_queue_empty(&root_clutch->scr_foreign_buckets)) { in sched_clutch_root_highest_foreign_thread_remove()
2997 …sched_clutch_bucket_t clutch_bucket = priority_queue_max(&root_clutch->scr_foreign_buckets, struct… in sched_clutch_root_highest_foreign_thread_remove()