Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c144 u32 inactive_flows; /* Flows with no packet to send. */ member
300 q->inactive_flows -= fcnt;
329 if (q->flows != q->inactive_flows + q->throttled_flows) in fq_fastpath_check()
461 q->inactive_flows++; in fq_peek()
647 q->inactive_flows--; in fq_dequeue()
777 q->inactive_flows++; in fq_dequeue()
889 q->inactive_flows = 0; in fq_resize()
934 q->inactive_flows -= fcnt;
1361 st.inactive_flows = q->inactive_flows;
[all...]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h803 __u32 inactive_flows; member