Searched refs:SCALE (Results 1 – 2 of 2) sorted by relevance
344 #define SCALE(x) ( (x) << SCALE_RED ) macro497 #define SCALE(x) ( (x) << SCALE_RED ) macro622 #define SCALE(x) ( (x) << SCALE_RED ) macro
1526 int diff = SCALE(q_size) - q->avg; in red_drops()1585 if (SCALE_MUL(p_b, SCALE((int64_t) q->count)) > q->random) { in red_drops()2043 x->min_th = SCALE(p->min_th); in config_red()2044 x->max_th = SCALE(p->max_th); in config_red()2048 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()2050 x->c_3 = (SCALE(1) - p->max_p) / p->max_th; in config_red()2051 x->c_4 = (SCALE(1) - 2 * p->max_p); in config_red()2073 x->w_q_lookup[0] = SCALE(1) - x->w_q; in config_red()