Searched refs:calc_pps (Results 1 – 2 of 2) sorted by relevance
/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 | 590 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function 666 pps = calc_pps(r, p, t); in stats_get_rx_cnt() 679 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_rx_cnt() 706 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_enqueue() 729 pps = calc_pps(r, p, t); in stats_get_cpumap_enqueue() 797 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_cpumap_kthread() 810 pps = calc_pps(r, p, t); in stats_get_cpumap_kthread() 840 pps = calc_pps(r, p, t); in stats_get_redirect_cnt() 849 pps = calc_pps(&rec->total, &prev->total, t); in stats_get_redirect_cnt() 967 pps = calc_pps(r, p, t); in stats_get_devmap_xmit() [all …]
|