SFQ_MAX_FLOWS     152 net/sched/sch_sfq.c 	if (val < SFQ_MAX_FLOWS)
SFQ_MAX_FLOWS     154 net/sched/sch_sfq.c 	return &q->dep[val - SFQ_MAX_FLOWS];
SFQ_MAX_FLOWS     209 net/sched/sch_sfq.c 	p = qlen + SFQ_MAX_FLOWS;
SFQ_MAX_FLOWS     369 net/sched/sch_sfq.c 		if (x >= SFQ_MAX_FLOWS)
SFQ_MAX_FLOWS     569 net/sched/sch_sfq.c 			if (x >= SFQ_MAX_FLOWS) {
SFQ_MAX_FLOWS     664 net/sched/sch_sfq.c 		q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS);
SFQ_MAX_FLOWS     746 net/sched/sch_sfq.c 		q->dep[i].next = i + SFQ_MAX_FLOWS;
SFQ_MAX_FLOWS     747 net/sched/sch_sfq.c 		q->dep[i].prev = i + SFQ_MAX_FLOWS;