Searched refs:priority_queue_entry_set_sched_pri (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | priority_queue.cpp | 98 priority_queue_entry_set_sched_pri(&pq, &node->ke, priority_list[i], 0); 103 priority_queue_entry_set_sched_pri(&pq, &node->ke, increase_pri, 0); 110 priority_queue_entry_set_sched_pri(&pq, &node->ke, decrease_pri, 0); 237 priority_queue_entry_set_sched_pri(&pq, &node->se,
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | turnstile.c | 1592 priority_queue_entry_set_sched_pri(q, elt, pri, false); in turnstile_priority_queue_update_entry_key() 1597 priority_queue_entry_set_sched_pri(q, elt, pri, false); in turnstile_priority_queue_update_entry_key() 1687 priority_queue_entry_set_sched_pri(&thread->base_inheritor_queue, in thread_add_turnstile_promotion() 1697 priority_queue_entry_set_sched_pri(&thread->sched_inheritor_queue, in thread_add_turnstile_promotion() 2273 priority_queue_entry_set_sched_pri(&dst_turnstile->ts_inheritor_queue, in turnstile_add_turnstile_promotion() 2416 priority_queue_entry_set_sched_pri(&wq->waitq_prio_queue, in turnstile_waitq_add_thread_priority_queue()
|
| H A D | priority_queue.h | 582 #define priority_queue_entry_set_sched_pri(pq, elt, pri, modifier) \ macro
|
| H A D | sched_clutch.c | 1533 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign() 1847 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update() 2760 …priority_queue_entry_set_sched_pri(&clutch_bucket->scb_thread_runq, &thread->th_clutch_runq_link, … in sched_clutch_thread_insert() 2765 …priority_queue_entry_set_sched_pri(&clutch_bucket->scb_clutchpri_prioq, &thread->th_clutch_pri_lin… in sched_clutch_thread_insert()
|
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1657 priority_queue_entry_set_sched_pri(q, &req->tr_entry, in workq_threadreq_enqueue() 3218 priority_queue_entry_set_sched_pri(pq, &req->tr_entry, in workq_kern_threadreq_modify()
|