Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_sfq.c140 unsigned int maxflows; /* number of flows in flows array */ member
547 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()
672 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
675 q->maxflows = min_t(u32, q->maxflows, q->divisor); in sfq_change()
693 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); in sfq_change()
694 q->maxflows = min_t(u32, q->maxflows, q->limit); in sfq_change()
763 q->maxflows = SFQ_DEFAULT_FLOWS; in sfq_init()
776 q->slots = sfq_alloc(sizeof(q->slots[0]) * q->maxflows); in sfq_init()
785 for (i = 0; i < q->maxflows; i++) { in sfq_init()
808 opt.v0.flows = q->maxflows; in sfq_dump()

Completed in 6 milliseconds