Searched refs:rt_runq (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c99 result = myprocessor->runq.count > 0 || rt_runq.count > 0;
115 if (myprocessor->runq.count == 0 && rt_runq.count == 0) {
128 result = myprocessor->runq.count > 0 || rt_runq.count > 0;
144 result = myprocessor->runq.count > 0 || rt_runq.count > 0;
160 if (myprocessor->runq.count == 0 && rt_runq.count == 0) {
177 result = myprocessor->runq.count > 0 || rt_runq.count > 0;
455 if (myprocessor->runq.count == 0 && rt_runq.count == 0) {
H A Dsched.h188 extern struct run_queue rt_runq;
H A Dsched_prim.c108 struct run_queue rt_runq; variable in typeref:struct:run_queue
269 run_queue_init(&rt_runq);
1194 other_runnable = processor->runq.count > 0 || rt_runq.count > 0;
1209 if (rt_runq.highq >= BASEPRI_RTQUEUES) {
1210 register run_queue_t runq = &rt_runq;
1242 rt_runq.highq < thread->sched_pri)) ) {
1261 if (processor->runq.count > 0 && processor->runq.highq >= rt_runq.highq) {
1278 thread = run_queue_dequeue(&rt_runq, SCHED_HEADQ);
1317 if (processor->runq.count > 0 || rt_runq.count > 0)
2003 run_queue_t rq = &rt_runq;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c900 if (rt_runq.count > 0) {

Completed in 34 milliseconds