Home
last modified time | relevance | path

Searched defs:rt_runq (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/tools/lldbmacros/
H A Dscheduler.py642 def ShowRTRunQSummary(rt_runq): argument
/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c184 rt_queue_pri_t *rt_runq = &rt_run_queue->rt_queue_pri[i]; in check_rt_runq_consistency() local
4025 rt_queue_pri_t *rt_runq = &rt_run_queue->rt_queue_pri[i]; in rt_runq_enqueue() local
4087 rt_queue_pri_t *rt_runq = &rt_run_queue->rt_queue_pri[i]; in rt_runq_dequeue() local
4152 rt_queue_pri_t *rt_runq = &rt_run_queue->rt_queue_pri[i]; in rt_runq_first() local
4166 rt_queue_pri_t *rt_runq = &rt_run_queue->rt_queue_pri[i]; in rt_runq_remove() local
4268 rt_queue_pri_t *rt_runq = &pset->rt_runq.rt_queue_pri[i]; in sched_rtlocal_runq_scan() local
H A Dsched_prim.h856 rt_queue_t (*rt_runq)(processor_set_t pset); member
H A Dprocessor.h223 struct rt_queue rt_runq; /* realtime runq for this processor set */ member