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
295 p->fs.min_th = user_pipe_32.fs.min_th; in cp_pipe_from_user_32()342 p->fs.min_th = user_pipe_64.fs.min_th; in cp_pipe_from_user_64()373 fs_bp->min_th = set->min_th; in cp_flow_set_to_32_user()403 fs_bp->min_th = set->min_th; in cp_flow_set_to_64_user()1422 if (q->avg < fs->min_th) { in red_drops()1440 } else if (q->avg > fs->min_th) { in red_drops()1909 x->min_th = SCALE(p->min_th); in config_red()1913 x->c_1 = p->max_p / (p->max_th - p->min_th); in config_red()1914 x->c_2 = SCALE_MUL(x->c_1, SCALE(p->min_th)); in config_red()