Searched refs:nextgroup (Results 1 – 1 of 1) sorted by relevance
645 grrr_group_t nextgroup = (grrr_group_t)queue_next((queue_entry_t)group); in grrr_intergroup_schedule() local656 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()