Searched refs:max_th (Results 1 – 6 of 6) sorted by relevance
112 int max_th ; /* maximum threshold for queue (scaled) */ member426 fs->max_th = f->max_th; in dn_compat_config_queue()648 fs->max_th = f->max_th; in dn_c_copy_pipe()702 fs->max_th = f->max_th; in dn_c_copy_fs()
220 int max_th ; /* maximum threshold for queue (scaled) */ member
1069 fs->max_th = SCALE(fs->fs.max_th); in config_red()1071 fs->c_1 = fs->max_p / (fs->fs.max_th - fs->fs.min_th); in config_red()1075 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red()
339 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
248 fs->max_th, in print_flowset_parms()1043 fs->max_th = strtoul(end, &end, 0); in ipfw_config_pipe()1045 fs->max_th *= 1024; in ipfw_config_pipe()1182 if (fs->min_th >= fs->max_th) in ipfw_config_pipe()1184 fs->min_th, fs->max_th); in ipfw_config_pipe()1185 if (fs->max_th == 0) in ipfw_config_pipe()
157 int max_th ; /* maximum threshold for queue (scaled) */ member