Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/ !
H A Dbpf_qdisc_fq.c57 u64 unthrottle_latency_ns; member
451 q.unthrottle_latency_ns -= q.unthrottle_latency_ns >> 3; in fq_check_throttled()
452 q.unthrottle_latency_ns += sample >> 3; in fq_check_throttled()
736 q.unthrottle_latency_ns = 0ULL; in BPF_PROG()
/linux/net/sched/ !
H A Dsch_fq.c140 unsigned long unthrottle_latency_ns; member
622 q->unthrottle_latency_ns -= q->unthrottle_latency_ns >> 3; in fq_check_throttled()
623 q->unthrottle_latency_ns += sample >> 3; in fq_check_throttled()
1308 st.unthrottle_latency_ns = min_t(unsigned long, in fq_dump_stats()
1309 q->unthrottle_latency_ns, ~0U); in fq_dump_stats()
/linux/tools/include/uapi/linux/ !
H A Dpkt_sched.h805 __u32 unthrottle_latency_ns; member
/linux/include/uapi/linux/ !
H A Dpkt_sched.h861 __u32 unthrottle_latency_ns; member