Searched refs:max_th (Results 1 – 6 of 6) sorted by relevance
316 pipe.fs.max_th = strtoul(end, &end, 0); in config_dummynet()318 pipe.fs.max_th *= 1024; in config_dummynet()401 if (pipe.fs.min_th >= pipe.fs.max_th) in config_dummynet()403 pipe.fs.min_th, pipe.fs.max_th); in config_dummynet()404 if (pipe.fs.max_th == 0) in config_dummynet()632 SCALE_VAL(fs->max_th), in show_flowset_parms()
303 int max_th; /* maximum threshold for queue (scaled) */ member424 int max_th; /* maximum threshold for queue (scaled) */ member
920 if (q->avg >= fs->max_th) { /* Average queue >= Max threshold */ in red_drops()1348 x->max_th = SCALE(ioc_fs->max_th); in config_red()1351 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()1354 x->c_3 = (SCALE(1) - ioc_fs->max_p) / ioc_fs->max_th; in config_red()1772 ioc_fs->max_th = fs->max_th; in dn_copy_flowset()
288 int max_th; /* maximum threshold for queue (scaled) */ member409 int max_th; /* maximum threshold for queue (scaled) */ member
901 if (q->avg >= fs->max_th) { /* Average queue >= Max threshold */ in red_drops()1343 x->max_th = SCALE(ioc_fs->max_th); in config_red()1346 x->c_1 = ioc_fs->max_p / (ioc_fs->max_th - ioc_fs->min_th); in config_red()1349 x->c_3 = (SCALE(1) - ioc_fs->max_p) / ioc_fs->max_th; in config_red()1793 ioc_fs->max_th = fs->max_th; in dn_copy_flowset()
1411 SCALE_VAL(fs->max_th), in print_flowset_parms()2312 pipe.fs.max_th = strtoul(end, &end, 0); in config_pipe()2314 pipe.fs.max_th *= 1024; in config_pipe()2395 if (pipe.fs.min_th >= pipe.fs.max_th) in config_pipe()2397 pipe.fs.min_th, pipe.fs.max_th); in config_pipe()2398 if (pipe.fs.max_th == 0) in config_pipe()