Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
547 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()
664 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
667 q->maxflows = min_t(u32, q->maxflows, q->divisor); in sfq_change()
685 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); in sfq_change()
686 q->maxflows = min_t(u32, q->maxflows, q->limit); in sfq_change()
755 q->maxflows in sfq_init()
[all...]
/kernel/linux/linux-6.6/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
547 for (i = 0; i < q->maxflows; i++) { in sfq_rehash()
667 q->maxflows = min_t(u32, ctl->flows, SFQ_MAX_FLOWS); in sfq_change()
670 q->maxflows = min_t(u32, q->maxflows, q->divisor); in sfq_change()
688 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); in sfq_change()
689 q->maxflows = min_t(u32, q->maxflows, q->limit); in sfq_change()
758 q->maxflows in sfq_init()
[all...]

Completed in 3 milliseconds