Searched refs:calc_errs_pps (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | xdp_redirect_cpu_user.c | 283 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 327 err = calc_errs_pps(r, p, t); in stats_print() 336 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 355 err = calc_errs_pps(r, p, t); in stats_print() 367 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 392 err = calc_errs_pps(r, p, t); in stats_print() 401 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|
| D | xdp_rxq_info_user.c | 328 static __u64 calc_errs_pps(struct datarec *r, in calc_errs_pps() function 374 err = calc_errs_pps(r, p, t); in stats_print() 382 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print() 408 err = calc_errs_pps(r, p, t); in stats_print() 420 err = calc_errs_pps(&rec->total, &prev->total, t); in stats_print()
|