Home
last modified time | relevance | path

Searched refs:red_thmin_s (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_red.c249 rp->red_thmin_s = rp->red_thmin << (rp->red_wshift + FP_SHIFT); in red_alloc()
330 if (avg >= rp->red_thmin_s && qlen(q) > 1) { in red_addq()
338 } else if (drop_early((avg - rp->red_thmin_s) >> rp->red_wshift, in red_addq()
H A Daltq_red.h84 int red_thmin_s; /* th_min scaled by avgshift */ member