Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c240 p >>= 11 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
242 p >>= 9 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
244 p >>= 7 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
246 p >>= 5 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
248 p >>= 3 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
250 p >>= 1 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
252 p >>= PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
517 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in aqm_pie_enqueue()
H A Ddn_aqm_pie.h46 #define PIE_FIX_POINT_BITS 13 macro
47 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)
H A Ddn_sched_fq_pie.c416 p >>= 11 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
418 p >>= 9 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
420 p >>= 7 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
422 p >>= 5 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
424 p >>= 3 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
426 p >>= 1 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
428 p >>= PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
708 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in pie_enqueue()
/freebsd/sbin/ipfw/
H A Ddummynet.c164 #define PIE_FIX_POINT_BITS 13 macro
165 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)