Searched refs:maxflows (Results 1 – 1 of 1) sorted by relevance
540 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()634 unsigned int maxflows; in sfq_change() local671 maxflows = q->maxflows; in sfq_change()681 maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()684 maxflows = min_t(u32, maxflows, divisor); in sfq_change()701 limit = min_t(u32, ctl->limit, maxdepth * maxflows); in sfq_change()702 maxflows = min_t(u32, maxflows, limit); in sfq_change()716 q->maxflows = maxflows; in sfq_change()789 q->maxflows = SFQ_DEFAULT_FLOWS; in sfq_init()810 for (i = 0; i < q->maxflows; i++) { in sfq_init()[all …]