Home
last modified time | relevance | path

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

/net/sched/
A Dsch_fq_pie.c65 u32 flows_cursor; member
398 max_cnt = min_t(int, q->flows_cnt - q->flows_cursor, 2048); in fq_pie_timer()
401 &q->flows[q->flows_cursor].vars, in fq_pie_timer()
402 q->flows[q->flows_cursor].backlog); in fq_pie_timer()
403 q->flows_cursor++; in fq_pie_timer()
408 if (q->flows_cursor >= q->flows_cnt) { in fq_pie_timer()
409 q->flows_cursor = 0; in fq_pie_timer()

Completed in 4 milliseconds