Searched refs:queues (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched.h173 queue_head_t queues[NRQS]; /* one for each priority */ member in struct:run_queue
H A Dsched_prim.c1213 q = runq->queues + runq->highq;
1949 queue_init(&rq->queues[i]);
1967 queue_t queue = rq->queues + rq->highq;
2004 queue_t queue = rq->queues + thread->sched_pri;
2106 queue_t queue = rq->queues + thread->sched_pri;
2493 queue_t queue = rq->queues + rq->highq;
2608 * This may cause the thread to change queues.
2656 q = &rq->queues[thread->sched_pri];
2686 * run queues because the caller locked the thread. Otherwise
2695 * The processor run queues ar
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c919 for (i = runq->highq, q = runq->queues + i; i >= 0; i--, q--) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines_asm.s979 sync ; Make sure queues are clear
992 sync ; Make sure queues are clear
H A Dlowmem_vectors.s3088 ; we could be very, very unhappy. The code there always queues the "just released"
3360 ; we could be very, very unhappy. The code there always queues the "just released"

Completed in 47 milliseconds