Searched refs:maxflows (Results 1 – 1 of 1) sorted by relevance
133 unsigned int maxflows; /* number of flows in flows array */ member545 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()639 unsigned int maxflows; in sfq_change() local684 maxflows = q->maxflows; in sfq_change()692 maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()695 maxflows = min_t(u32, maxflows, divisor); in sfq_change()712 limit = min_t(u32, ctl->limit, maxdepth * maxflows); in sfq_change()713 maxflows = min_t(u32, maxflows, limit); in sfq_change()727 q->maxflows = maxflows; in sfq_change()800 q->maxflows = SFQ_DEFAULT_FLOWS; in sfq_init()[all …]