unthrottle_latency_ns  914 include/uapi/linux/pkt_sched.h 	__u32	unthrottle_latency_ns;
unthrottle_latency_ns   98 net/sched/sch_fq.c 	unsigned long	unthrottle_latency_ns;
unthrottle_latency_ns  467 net/sched/sch_fq.c 	q->unthrottle_latency_ns -= q->unthrottle_latency_ns >> 3;
unthrottle_latency_ns  468 net/sched/sch_fq.c 	q->unthrottle_latency_ns += sample >> 3;
unthrottle_latency_ns  955 net/sched/sch_fq.c 	st.unthrottle_latency_ns  = min_t(unsigned long,
unthrottle_latency_ns  956 net/sched/sch_fq.c 					  q->unthrottle_latency_ns, ~0U);
unthrottle_latency_ns  913 tools/include/uapi/linux/pkt_sched.h 	__u32	unthrottle_latency_ns;