Home
last modified time | relevance | path

Searched refs:schk (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.c293 struct fq_codel_schk *schk; in fq_codel_enqueue() local
301 param = &schk->cfg; in fq_codel_enqueue()
334 if (maxidx < schk->cfg.flows_cnt) { in fq_codel_enqueue()
357 struct fq_codel_schk *schk; in fq_codel_dequeue() local
365 param = &schk->cfg; in fq_codel_dequeue()
439 struct fq_codel_schk *schk; in fq_codel_new_sched() local
472 for (i = 0; i < schk->cfg.flows_cnt; i++) { in fq_codel_new_sched()
504 struct fq_codel_schk *schk; in fq_codel_config() local
508 schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_config()
517 fqc_cfg = &schk->cfg; in fq_codel_config()
[all …]
H A Ddn_sched_rr.c212 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); in rr_config() local
216 schk->min_q = 64; in rr_config()
217 schk->max_q = 2048; in rr_config()
218 schk->q_bytes = 1500; /* quantum */ in rr_config()
246 struct rr_schk *schk = (struct rr_schk *)(fs->sched + 1); in rr_new_fsk() local
251 ipdn_bound_var(&fs->fs.par[1], schk->q_bytes, in rr_new_fsk()
252 schk->min_q, schk->max_q, "RR quantum"); in rr_new_fsk()
H A Ddn_sched_fq_codel_helper.h57 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); in fqc_dodequeue() local
83 if (sojourn_time < schk->cfg.ccfg.target || q->stats.len_bytes <= q->cst.maxpkt_size) { in fqc_dodequeue()
90 q->cst.first_above_time = now + schk->cfg.ccfg.interval; in fqc_dodequeue()
107 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); in fqc_codel_dequeue() local
110 cprms = &schk->cfg.ccfg; in fqc_codel_dequeue()
H A Ddn_sched_fq_pie.c862 struct fq_pie_schk *schk; in fq_pie_enqueue() local
872 param = &schk->cfg; in fq_pie_enqueue()
904 if (maxidx < schk->cfg.flows_cnt) { in fq_pie_enqueue()
926 struct fq_pie_schk *schk; in fq_pie_dequeue() local
934 param = &schk->cfg; in fq_pie_dequeue()
1009 struct fq_pie_schk *schk; in fq_pie_new_sched() local
1057 pie_init(&flows[i], schk); in fq_pie_new_sched()
1072 struct fq_pie_schk *schk; in fq_pie_free_sched() local
1093 struct fq_pie_schk *schk; in fq_pie_config() local
1107 fqp_cfg = &schk->cfg; in fq_pie_config()
[all …]
H A Dip_dummynet.c1393 struct dn_schk *schk; in get_sched_parms() local
1420 schk = locate_scheduler(ep->nr); in get_sched_parms()
1421 if (!schk) { in get_sched_parms()
1427 if (schk->fp && schk->fp->getconfig) { in get_sched_parms()
1428 if(schk->fp->getconfig(schk, ep)) { in get_sched_parms()