Home
last modified time | relevance | path

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

/linux-6.12.1/samples/bpf/
Dxdp_sample_user.c589 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function
665 pps = calc_pps(r, p, t); in stats_get_rx_cnt()
678 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt()
705 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_enqueue()
728 pps = calc_pps(r, p, t); in stats_get_cpumap_enqueue()
796 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_kthread()
809 pps = calc_pps(r, p, t); in stats_get_cpumap_kthread()
839 pps = calc_pps(r, p, t); in stats_get_redirect_cnt()
848 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_redirect_cnt()
966 pps = calc_pps(r, p, t); in stats_get_devmap_xmit()
[all …]