Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
Dxdp_rxq_info_user.c318 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function
375 pps = calc_pps (r, p, t); in stats_print()
383 pps = calc_pps (&rec->total, &prev->total, t); in stats_print()
409 pps = calc_pps (r, p, t); in stats_print()
421 pps = calc_pps (&rec->total, &prev->total, t); in stats_print()
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 …]