Searched refs:PIE_FIX_POINT_BITS (Results 1 – 4 of 4) sorted by relevance
48 #define PIE_FIX_POINT_BITS 13 macro49 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)
242 p >>= 11 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()244 p >>= 9 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()246 p >>= 7 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()248 p >>= 5 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()250 p >>= 3 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()252 p >>= 1 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()254 p >>= PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()515 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in aqm_pie_enqueue()
414 p >>= 11 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()416 p >>= 9 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()418 p >>= 7 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()420 p >>= 5 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()422 p >>= 3 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()424 p >>= 1 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()426 p >>= PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()706 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in pie_enqueue()
165 #define PIE_FIX_POINT_BITS 13 macro166 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)