Home
last modified time | relevance | path

Searched refs:calc_pps (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_redirect_cpu_user.c303 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() function
385 pps = calc_pps(r, p, t); in stats_print()
394 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
413 pps = calc_pps(r, p, t); in stats_print()
424 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
450 pps = calc_pps(r, p, t); in stats_print()
459 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
479 pps = calc_pps(r, p, t); in stats_print()
484 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
501 pps = calc_pps( in stats_print()
[all...]
H A Dxdp_monitor_user.c269 static double calc_pps(struct datarec *r, struct datarec *p, double period) in calc_pps() function
409 pps = calc_pps(r, p, t); in stats_print()
420 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
448 pps = calc_pps(r, p, t); in stats_print()
457 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
481 pps = calc_pps(r, p, t); in stats_print()
495 pps = calc_pps(&rec->total, &prev->total, t); in stats_print()
H A Dxdp_rxq_info_user.c309 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()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c589 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( in stats_get_devmap_xmit()
[all...]

Completed in 6 milliseconds