Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_grrr.c645 grrr_group_t nextgroup = (grrr_group_t)queue_next((queue_entry_t)group); in grrr_intergroup_schedule() local
656 orderleft = (group->work + 1) * ((uint64_t)nextgroup->weight); in grrr_intergroup_schedule()
657 orderright = (nextgroup->work + 1) * ((uint64_t)group->weight); in grrr_intergroup_schedule()
659 group = nextgroup; in grrr_intergroup_schedule()