Searched refs:calc_info_pps (Results 1 – 1 of 1) sorted by relevance
/samples/bpf/ |
D | xdp_sample_user.c | 626 static __u64 calc_info_pps(struct datarec *r, struct datarec *p, double period_) in calc_info_pps() function 975 info = calc_info_pps(r, p, t); in stats_get_devmap_xmit() 986 info = calc_info_pps(&rec->total, &prev->total, t); in stats_get_devmap_xmit() 1048 info = calc_info_pps(&r->total, &p->total, t); in stats_get_devmap_xmit_multi() 1092 info = calc_info_pps(rc, pc, t); in stats_get_devmap_xmit_multi()
|