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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_blue.c212 sp->q_pmark = bp->blue_pmark;
243 bp->blue_pmark = 1;
248 bp->blue_pmark--;
249 if (bp->blue_pmark < 0)
250 bp->blue_pmark = 0;
295 bp->blue_pmark += bp->blue_max_pmark >> 3;
296 if (bp->blue_pmark > bp->blue_max_pmark)
297 bp->blue_pmark = bp->blue_max_pmark;
358 * early-drop probability is kept in blue_pmark
364 (unsigned)bp->blue_pmark) {
[all...]
H A Dclassq_blue.h91 int32_t blue_pmark; /* 0-1000 (mark probability*10000) */ member in struct:blue

Completed in 21 milliseconds