Searched refs:min_th (Results 1 – 2 of 2) sorted by relevance
348 int min_th; /* minimum threshold for queue (scaled) */ member501 int min_th; /* minimum threshold for queue (scaled) */ member626 int min_th; /* minimum threshold for queue (scaled) */ member
297 p->fs.min_th = user_pipe_32.fs.min_th; in cp_pipe_from_user_32()344 p->fs.min_th = user_pipe_64.fs.min_th; in cp_pipe_from_user_64()375 fs_bp->min_th = set->min_th; in cp_flow_set_to_32_user()405 fs_bp->min_th = set->min_th; in cp_flow_set_to_64_user()1419 if (q->avg < fs->min_th) { in red_drops()1437 } else if (q->avg > fs->min_th) { in red_drops()1904 x->min_th = SCALE(p->min_th); in config_red()1908 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()1909 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()