Searched refs:calc_pps (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 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() 1045 pps = calc_pps(&r->total, &p->total, t); in stats_get_devmap_xmit_multi() [all …]
|