cvars            1136 net/mac80211/ieee80211_i.h 	struct codel_vars *cvars;
cvars            1305 net/mac80211/tx.c static struct sk_buff *codel_dequeue_func(struct codel_vars *cvars,
cvars            1317 net/mac80211/tx.c 	if (cvars == &txqi->def_cvars)
cvars            1320 net/mac80211/tx.c 		flow = &fq->flows[cvars - local->cvars];
cvars            1345 net/mac80211/tx.c 	struct codel_vars *cvars;
cvars            1362 net/mac80211/tx.c 		cvars = &txqi->def_cvars;
cvars            1364 net/mac80211/tx.c 		cvars = &local->cvars[flow - fq->flows];
cvars            1369 net/mac80211/tx.c 			     cvars,
cvars            1563 net/mac80211/tx.c 	local->cvars = kcalloc(fq->flows_cnt, sizeof(local->cvars[0]),
cvars            1565 net/mac80211/tx.c 	if (!local->cvars) {
cvars            1573 net/mac80211/tx.c 		codel_vars_init(&local->cvars[i]);
cvars            1587 net/mac80211/tx.c 	kfree(local->cvars);
cvars            1588 net/mac80211/tx.c 	local->cvars = NULL;
cvars             132 net/sched/sch_cake.c 	struct cobalt_vars cvars;
cvars            1493 net/sched/sch_cake.c 	if (cobalt_queue_full(&flow->cvars, &b->cparams, now))
cvars            2048 net/sched/sch_cake.c 			if (cobalt_queue_empty(&flow->cvars, &b->cparams, now))
cvars            2051 net/sched/sch_cake.c 			if (flow->cvars.p_drop || flow->cvars.count ||
cvars            2052 net/sched/sch_cake.c 			    ktime_before(now, flow->cvars.drop_next)) {
cvars            2098 net/sched/sch_cake.c 		if (!cobalt_should_drop(&flow->cvars, &b->cparams, now, skb,
cvars            2121 net/sched/sch_cake.c 	b->tin_ecn_mark += !!flow->cvars.ecn_marked;
cvars            2716 net/sched/sch_cake.c 			cobalt_vars_init(&flow->cvars);
cvars            2992 net/sched/sch_cake.c 		PUT_STAT_U32(DROPPING, flow->cvars.dropping);
cvars            2993 net/sched/sch_cake.c 		PUT_STAT_U32(COBALT_COUNT, flow->cvars.count);
cvars            2994 net/sched/sch_cake.c 		PUT_STAT_U32(P_DROP, flow->cvars.p_drop);
cvars            2995 net/sched/sch_cake.c 		if (flow->cvars.p_drop) {
cvars            2999 net/sched/sch_cake.c 						     flow->cvars.blue_timer)));
cvars            3001 net/sched/sch_cake.c 		if (flow->cvars.dropping) {
cvars            3005 net/sched/sch_cake.c 						       flow->cvars.drop_next)));
cvars              48 net/sched/sch_fq_codel.c 	struct codel_vars cvars;
cvars             176 net/sched/sch_fq_codel.c 	flow->cvars.count += i;
cvars             263 net/sched/sch_fq_codel.c 	flow = container_of(vars, struct fq_codel_flow, cvars);
cvars             305 net/sched/sch_fq_codel.c 			    &flow->cvars, &q->cstats, qdisc_pkt_len,
cvars             348 net/sched/sch_fq_codel.c 		codel_vars_init(&flow->cvars);
cvars             496 net/sched/sch_fq_codel.c 			codel_vars_init(&flow->cvars);
cvars             631 net/sched/sch_fq_codel.c 			codel_time_to_us(flow->cvars.ldelay);
cvars             632 net/sched/sch_fq_codel.c 		xstats.class_stats.count = flow->cvars.count;
cvars             633 net/sched/sch_fq_codel.c 		xstats.class_stats.lastcount = flow->cvars.lastcount;
cvars             634 net/sched/sch_fq_codel.c 		xstats.class_stats.dropping = flow->cvars.dropping;
cvars             635 net/sched/sch_fq_codel.c 		if (flow->cvars.dropping) {
cvars             636 net/sched/sch_fq_codel.c 			codel_tdiff_t delta = flow->cvars.drop_next -