Home
last modified time | relevance | path

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

/openbsd/usr.sbin/mtrace/
H A Dmtrace.c846 int v_lost, v_pct; in stat_line() local
874 v_lost = v_out - (ntohl(s->tr_vifin) - ntohl(r->tr_vifin)); in stat_line()
875 if (v_out) v_pct = (v_lost * 100 + (v_out >> 1)) / v_out; in stat_line()
889 v_lost, v_out, v_str, v_pps); in stat_line()