Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c133 unsigned int maxflows; /* number of flows in flows array */ member
543 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()
637 unsigned int maxflows; in sfq_change() local
682 maxflows = q->maxflows; in sfq_change()
690 maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
693 maxflows = min_t(u32, maxflows, divisor); in sfq_change()
710 limit = min_t(u32, ctl->limit, maxdepth * maxflows); in sfq_change()
711 maxflows = min_t(u32, maxflows, limit); in sfq_change()
725 q->maxflows = maxflows; in sfq_change()
798 q->maxflows = SFQ_DEFAULT_FLOWS; in sfq_init()
[all …]