Searched refs:v_pct (Results 1 – 1 of 1) sorted by relevance
847 int v_lost, v_pct; in stat_line() local876 if (v_out) v_pct = (v_lost * 100 + (v_out >> 1)) / v_out; in stat_line()877 else v_pct = 0; in stat_line()878 if (-100 < v_pct && v_pct < 101 && v_out > 10) in stat_line()879 snprintf(v_str, sizeof v_str, "%3d", v_pct); in stat_line()