flows_cnt          71 include/net/fq.h 	u32 flows_cnt;
flows_cnt         113 include/net/fq_impl.h 	return reciprocal_scale(hash, fq->flows_cnt);
flows_cnt         303 include/net/fq_impl.h static int fq_init(struct fq *fq, int flows_cnt)
flows_cnt         310 include/net/fq_impl.h 	fq->flows_cnt = max_t(u32, flows_cnt, 1);
flows_cnt         316 include/net/fq_impl.h 	fq->flows = kvcalloc(fq->flows_cnt, sizeof(fq->flows[0]), GFP_KERNEL);
flows_cnt         320 include/net/fq_impl.h 	for (i = 0; i < fq->flows_cnt; i++)
flows_cnt         331 include/net/fq_impl.h 	for (i = 0; i < fq->flows_cnt; i++)
flows_cnt        3926 net/mac80211/cfg.c 		txqstats->max_flows = local->fq.flows_cnt;
flows_cnt          97 net/mac80211/debugfs.c 			fq->flows_cnt,
flows_cnt        1563 net/mac80211/tx.c 	local->cvars = kcalloc(fq->flows_cnt, sizeof(local->cvars[0]),
flows_cnt        1572 net/mac80211/tx.c 	for (i = 0; i < fq->flows_cnt; i++)
flows_cnt          56 net/sched/sch_fq_codel.c 	u32		flows_cnt;	/* number of flows */
flows_cnt          74 net/sched/sch_fq_codel.c 	return reciprocal_scale(skb_get_hash(skb), q->flows_cnt);
flows_cnt          87 net/sched/sch_fq_codel.c 	    TC_H_MIN(skb->priority) <= q->flows_cnt)
flows_cnt         108 net/sched/sch_fq_codel.c 		if (TC_H_MIN(res.classid) <= q->flows_cnt)
flows_cnt         155 net/sched/sch_fq_codel.c 	for (i = 0; i < q->flows_cnt; i++) {
flows_cnt         343 net/sched/sch_fq_codel.c 	for (i = 0; i < q->flows_cnt; i++) {
flows_cnt         350 net/sched/sch_fq_codel.c 	memset(q->backlogs, 0, q->flows_cnt * sizeof(u32));
flows_cnt         385 net/sched/sch_fq_codel.c 		q->flows_cnt = nla_get_u32(tb[TCA_FQ_CODEL_FLOWS]);
flows_cnt         386 net/sched/sch_fq_codel.c 		if (!q->flows_cnt ||
flows_cnt         387 net/sched/sch_fq_codel.c 		    q->flows_cnt > 65536)
flows_cnt         458 net/sched/sch_fq_codel.c 	q->flows_cnt = 1024;
flows_cnt         480 net/sched/sch_fq_codel.c 		q->flows = kvcalloc(q->flows_cnt,
flows_cnt         487 net/sched/sch_fq_codel.c 		q->backlogs = kvcalloc(q->flows_cnt, sizeof(u32), GFP_KERNEL);
flows_cnt         492 net/sched/sch_fq_codel.c 		for (i = 0; i < q->flows_cnt; i++) {
flows_cnt         509 net/sched/sch_fq_codel.c 	q->flows_cnt = 0;
flows_cnt         537 net/sched/sch_fq_codel.c 			q->flows_cnt))
flows_cnt         623 net/sched/sch_fq_codel.c 	if (idx < q->flows_cnt) {
flows_cnt         657 net/sched/sch_fq_codel.c 	if (idx < q->flows_cnt)
flows_cnt         670 net/sched/sch_fq_codel.c 	for (i = 0; i < q->flows_cnt; i++) {