Searched refs:calc_pps (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/samples/bpf/ |
D | xdp_rxq_info_user.c | 318 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()
|
D | xdp_sample_user.c | 589 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 …]
|