Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched_clutch.h155 struct priority_queue_sched_max scr_foreign_buckets; member
H A Dsched_clutch.c416 priority_queue_init(&root_clutch->scr_foreign_buckets); in sched_clutch_root_init()
1499 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_native()
1508 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign()
1509 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_mark_foreign()
1815 priority_queue_remove(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
1821 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update()
1822 priority_queue_insert(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignlink); in sched_clutch_bucket_update()
2976 return priority_queue_empty(&root_clutch->scr_foreign_buckets); in sched_clutch_root_foreign_empty()
2990 if (priority_queue_empty(&root_clutch->scr_foreign_buckets)) { in sched_clutch_root_highest_foreign_thread_remove()
2993 …sched_clutch_bucket_t clutch_bucket = priority_queue_max(&root_clutch->scr_foreign_buckets, struct… in sched_clutch_root_highest_foreign_thread_remove()