Searched refs:schk (Results 1 – 5 of 5) sorted by relevance
293 struct fq_codel_schk *schk; in fq_codel_enqueue() local301 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() local365 param = &schk->cfg; in fq_codel_dequeue()439 struct fq_codel_schk *schk; in fq_codel_new_sched() local472 for (i = 0; i < schk->cfg.flows_cnt; i++) { in fq_codel_new_sched()504 struct fq_codel_schk *schk; in fq_codel_config() local508 schk = (struct fq_codel_schk *)(_schk+1); in fq_codel_config()517 fqc_cfg = &schk->cfg; in fq_codel_config()[all …]
212 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); in rr_config() local216 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() local251 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()
57 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); in fqc_dodequeue() local83 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() local110 cprms = &schk->cfg.ccfg; in fqc_codel_dequeue()
862 struct fq_pie_schk *schk; in fq_pie_enqueue() local872 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() local934 param = &schk->cfg; in fq_pie_dequeue()1009 struct fq_pie_schk *schk; in fq_pie_new_sched() local1057 pie_init(&flows[i], schk); in fq_pie_new_sched()1072 struct fq_pie_schk *schk; in fq_pie_free_sched() local1093 struct fq_pie_schk *schk; in fq_pie_config() local1107 fqp_cfg = &schk->cfg; in fq_pie_config()[all …]
1393 struct dn_schk *schk; in get_sched_parms() local1420 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()