Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_proto.c210 static struct run_queue *global_runq; variable
236 global_runq = &global_runq_storage; in sched_proto_init()
237 run_queue_init(global_runq); in sched_proto_init()
315 run_queue_t rq = global_runq; in sched_proto_choose_thread()
411 run_queue_t rq = global_runq; in sched_proto_processor_enqueue()
439 rq = global_runq; in sched_proto_processor_queue_remove()
467 result = (global_runq->count == 0); in sched_proto_processor_queue_empty()
482 result = global_runq->highq >= priority; in sched_proto_processor_queue_has_priority()
484 result = global_runq->highq > priority; in sched_proto_processor_queue_has_priority()
517 runq = global_runq; in sched_proto_processor_csw_check()
[all …]