Home
last modified time | relevance | path

Searched refs:calc_pps_u64 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_monitor_user.c281 static double calc_pps_u64(struct u64rec *r, struct u64rec *p, double period) in calc_pps_u64() function
358 pps = calc_pps_u64(r, p, t); in stats_print()
364 pps = calc_pps_u64(&rec->total, &prev->total, t); in stats_print()
383 pps = calc_pps_u64(r, p, t); in stats_print()
388 pps = calc_pps_u64(&rec->total, &prev->total, t); in stats_print()