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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c1031 u_int32_t deficit; local
1064 deficit = 0;
1069 * During the second loop at this level, deficit==2.
1078 if ((deficit < 2) && (cl->bytes_alloc_ <= 0))
1083 if (cl->bytes_alloc_ > 0 || deficit > 1)
1087 deficit = 1;
1099 if (deficit == 1) {
1100 /* first loop found an underlimit class with deficit */
1101 /* Loop on same priority level, with new deficit. */
1102 deficit
[all...]

Completed in 70 milliseconds