Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_multiq.c870 group_runq_t group_runq; in sched_global_dequeue_thread() local
880 group_runq = &group->runq; in sched_global_dequeue_thread()
882 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_global_dequeue_thread()
899 group_runq_t group_runq; in sched_global_deep_drain_dequeue_thread() local
909 group_runq = &group->runq; in sched_global_deep_drain_dequeue_thread()
911 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_global_deep_drain_dequeue_thread()
928 group_runq_t group_runq = &group->runq; in sched_group_dequeue_thread() local
933 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_group_dequeue_thread()