Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_multiq.c194 queue_chain_t sched_groups; member
231 static queue_head_t sched_groups; variable
371 queue_init(&sched_groups); in sched_multiq_init()
417 queue_enter(&sched_groups, sched_group, sched_group_t, sched_groups); in sched_group_create()
441 queue_remove(&sched_groups, sched_group, sched_group_t, sched_groups); in sched_group_destroy()
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py781 … for group in IterateQueue(kern.globals.sched_groups, "sched_group_t", "sched_groups"):