Searched refs:calc_errs_pps (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/samples/bpf/ |
| D | xdp_redirect_cpu_user.c | 251 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 295 err = calc_errs_pps(r, p, t); in stats_print() 304 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 323 err = calc_errs_pps(r, p, t); in stats_print() 335 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 360 err = calc_errs_pps(r, p, t); in stats_print() 369 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|
| D | xdp_rxq_info_user.c | 313 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 359 err = calc_errs_pps(r, p, t); in stats_print() 367 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 393 err = calc_errs_pps(r, p, t); in stats_print() 405 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|