Home
last modified time | relevance | path

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

/net/sched/
A Dsch_fq_codel.c55 u32 flows_cnt; /* number of flows */ member
154 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_drop()
341 for (i = 0; i < q->flows_cnt; i++) { in fq_codel_reset()
382 if (!q->flows_cnt || in fq_codel_change()
383 q->flows_cnt > 65536) in fq_codel_change()
475 q->flows_cnt = 1024; in fq_codel_init()
497 q->flows = kvcalloc(q->flows_cnt, in fq_codel_init()
526 q->flows_cnt = 0; in fq_codel_init()
555 READ_ONCE(q->flows_cnt))) in fq_codel_dump()
649 if (idx < q->flows_cnt) { in fq_codel_dump_class_stats()
[all …]
A Dsch_fq_pie.c64 u32 flows_cnt; member
78 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
91 TC_H_MIN(skb->priority) <= q->flows_cnt) in fq_pie_classify()
112 if (TC_H_MIN(res.classid) <= q->flows_cnt) in fq_pie_classify()
313 q->flows_cnt = nla_get_u32(tb[TCA_FQ_PIE_FLOWS]); in fq_pie_change()
314 if (!q->flows_cnt || q->flows_cnt > 65536) { in fq_pie_change()
408 if (q->flows_cursor >= q->flows_cnt) { in fq_pie_timer()
431 q->flows_cnt = 1024; in fq_pie_init()
455 for (idx = 0; idx < q->flows_cnt; idx++) { in fq_pie_init()
467 q->flows_cnt = 0; in fq_pie_init()
[all …]
/net/mac80211/
A Ddebugfs.c98 fq->flows_cnt, in aqm_read()
A Dtx.c1604 local->cvars = kvcalloc(fq->flows_cnt, sizeof(local->cvars[0]), in ieee80211_txq_setup_flows()
1613 for (i = 0; i < fq->flows_cnt; i++) in ieee80211_txq_setup_flows()
A Dcfg.c4850 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()

Completed in 56 milliseconds