Searched refs:nextgroup (Results 1 – 1 of 1) sorted by relevance
644 grrr_group_t nextgroup = (grrr_group_t)queue_next((queue_entry_t)group); in grrr_intergroup_schedule() local655 orderleft = (group->work + 1) * ((uint64_t)nextgroup->weight); in grrr_intergroup_schedule()656 orderright = (nextgroup->work + 1) * ((uint64_t)group->weight); in grrr_intergroup_schedule()658 group = nextgroup; in grrr_intergroup_schedule()