Searched refs:maxflows (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_sfq.c127 struct sfq_slot *slots; /* Flows table ('maxflows' entries) */
140 unsigned int maxflows; /* number of flows in flows array */ member in struct:sfq_sched_data
547 for (i = 0; i < q->maxflows; i++) {
672 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS);
675 q->maxflows = min_t(u32, q->maxflows, q->divisor);
693 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows);
694 q->maxflows = min_t(u32, q->maxflows, q->limit);
763 q->maxflows
[all...]

Completed in 126 milliseconds