Searched refs:orderright (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_grrr.c637 uint64_t orderleft, orderright; local
648 orderright = (nextgroup->work + 1) * ((uint64_t)group->weight);
649 if (orderleft > orderright) {

Completed in 14 milliseconds