Lines Matching refs:tot
835 int tot = 0, st = 0;
845 tot = total->rmt_hitm;
849 tot = total->lcl_hitm;
853 tot = total->tot_hitm;
857 tot = total->tot_peer;
863 p = tot ? (double) st / tot : 0;
929 static double percent(u32 st, u32 tot)
931 return tot ? 100. * (double) st / (double) tot : 0;
2957 if (!strcmp(display, "tot"))
3112 OPT_STRING('d', "display", &display, "Switch HITM output type", "tot,lcl,rmt,peer"),
3200 * Use the 'tot' as default display type if user doesn't specify it;
3208 display = "tot";