Searched refs:priority_queue_entry_set_sched_pri (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/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-8020.140.41/osfmk/kern/ |
| H A D | turnstile.c | 1505 priority_queue_entry_set_sched_pri(q, elt, pri, false); in turnstile_priority_queue_update_entry_key() 1510 priority_queue_entry_set_sched_pri(q, elt, pri, false); in turnstile_priority_queue_update_entry_key() 1600 priority_queue_entry_set_sched_pri(&thread->base_inheritor_queue, in thread_add_turnstile_promotion() 1610 priority_queue_entry_set_sched_pri(&thread->sched_inheritor_queue, in thread_add_turnstile_promotion() 2186 priority_queue_entry_set_sched_pri(&dst_turnstile->ts_inheritor_queue, in turnstile_add_turnstile_promotion() 2329 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 | 1227 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_mark_foreign() 1529 …priority_queue_entry_set_sched_pri(&root_clutch->scr_foreign_buckets, &clutch_bucket->scb_foreignl… in sched_clutch_bucket_update() 2407 …priority_queue_entry_set_sched_pri(&clutch_bucket->scb_thread_runq, &thread->th_clutch_runq_link, … in sched_clutch_thread_insert() 2412 …priority_queue_entry_set_sched_pri(&clutch_bucket->scb_clutchpri_prioq, &thread->th_clutch_pri_lin… in sched_clutch_thread_insert()
|
| /xnu-8020.140.41/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1592 priority_queue_entry_set_sched_pri(q, &req->tr_entry, in workq_threadreq_enqueue() 3064 priority_queue_entry_set_sched_pri(pq, &req->tr_entry, in workq_kern_threadreq_modify()
|