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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h48 #define PIE_FIX_POINT_BITS 13 macro
49 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)
H A Ddn_aqm_pie.c242 p >>= 11 + PIE_FIX_POINT_BITS + 12; local
244 p >>= 9 + PIE_FIX_POINT_BITS + 12; local
246 p >>= 7 + PIE_FIX_POINT_BITS + 12; local
248 p >>= 5 + PIE_FIX_POINT_BITS + 12; local
250 p >>= 3 + PIE_FIX_POINT_BITS + 12; local
252 p >>= 1 + PIE_FIX_POINT_BITS + 12; local
254 p >>= PIE_FIX_POINT_BITS + 12; local
515 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS))
H A Ddn_sched_fq_pie.c414 p >>= 11 + PIE_FIX_POINT_BITS + 12; local
416 p >>= 9 + PIE_FIX_POINT_BITS + 12; local
418 p >>= 7 + PIE_FIX_POINT_BITS + 12; local
420 p >>= 5 + PIE_FIX_POINT_BITS + 12; local
422 p >>= 3 + PIE_FIX_POINT_BITS + 12; local
424 p >>= 1 + PIE_FIX_POINT_BITS + 12; local
426 p >>= PIE_FIX_POINT_BITS + 12; local
708 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS))
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c165 #define PIE_FIX_POINT_BITS 13 macro
166 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)

Completed in 155 milliseconds