Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_fq.c89 unsigned long unthrottle_latency_ns; member
445 q->unthrottle_latency_ns -= q->unthrottle_latency_ns >> 3; in fq_check_throttled()
446 q->unthrottle_latency_ns += sample >> 3; in fq_check_throttled()
885 st.unthrottle_latency_ns = min_t(unsigned long, in fq_dump_stats()
886 q->unthrottle_latency_ns, ~0U); in fq_dump_stats()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h884 __u32 unthrottle_latency_ns; member