Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c140 unsigned long unthrottle_latency_ns; member
677 q->unthrottle_latency_ns -= q->unthrottle_latency_ns >> 3; in fq_dequeue()
678 q->unthrottle_latency_ns += sample >> 3; in fq_dequeue()
1365 st.unthrottle_latency_ns = min_t(unsigned long,
1366 q->unthrottle_latency_ns, ~0U);
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h805 __u32 unthrottle_latency_ns; member