Searched refs:calc_pps (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/samples/bpf/ |
| D | xdp_rxq_info_user.c | 309 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function 366 pps = calc_pps (r, p, t); in stats_print() 374 pps = calc_pps (&rec->total, &prev->total, t); in stats_print() 400 pps = calc_pps (r, p, t); in stats_print() 412 pps = calc_pps (&rec->total, &prev->total, t); in stats_print()
|
| D | xdp_sample_user.c | 587 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function 663 pps = calc_pps(r, p, t); in stats_get_rx_cnt() 676 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt() 703 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_enqueue() 726 pps = calc_pps(r, p, t); in stats_get_cpumap_enqueue() 794 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_kthread() 807 pps = calc_pps(r, p, t); in stats_get_cpumap_kthread() 837 pps = calc_pps(r, p, t); in stats_get_redirect_cnt() 846 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_redirect_cnt() 964 pps = calc_pps(r, p, t); in stats_get_devmap_xmit() [all …]
|