Home
last modified time | relevance | path

Searched refs:pri_queue (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsched.h270 queue_head_t pri_queue; /* runnable RT threads for this priority */ member
H A Dsched_prim.c190 queue_t queue = &rt_runq->pri_queue; in check_rt_runq_consistency()
763 queue_init(&rqi->pri_queue); in pset_rt_init()
4422 queue_t queue = &rt_runq->pri_queue; in rt_runq_enqueue()
4487 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4488 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4502 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4505 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4545 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first()
4568 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
4662 qe_foreach_element_safe(thread, &rt_runq->pri_queue, runq_links) { in sched_rtlocal_runq_scan()
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py626 …for rt_runq_thread in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", c…