Lines Matching refs:tot
138 int tot; member
550 uint64_t tot; in req_width() local
552 tot = 0; in req_width()
555 tot += knp[i].value.ui64; in req_width()
564 if (tot) in req_width()
565 per = (int)(knp[i].value.ui64 * 100 / tot); in req_width()
773 uint64_t tot, old_tot; in req_print() local
792 tot = 0; in req_print()
800 tot += kptr[i].value.ui64; in req_print()
805 tot -= old_tot; in req_print()
808 printf("Version %d: (%" PRIu64 " calls)\n", ver, tot); in req_print()
816 if (tot && interval && knp_old != NULL) in req_print()
818 knp_old[j].value.ui64) * 100 / tot); in req_print()
819 else if (tot) in req_print()
820 per = (int)(knp[j].value.ui64 * 100 / tot); in req_print()
854 uint64_t tot, tot_ops, old_tot, old_tot_ops; in req_print_v4() local
883 tot = kptr[0].value.ui64 + kptr[1].value.ui64; in req_print_v4()
886 tot -= old_tot; in req_print_v4()
890 printf("Version 4: (%" PRIu64 " calls)\n", tot); in req_print_v4()
901 if (tot && interval && kptr_old != NULL) in req_print_v4()
903 kptr_old[j].value.ui64) * 100 / tot); in req_print_v4()
904 else if (tot) in req_print_v4()
905 per = (int)(knp[j].value.ui64 * 100 / tot); in req_print_v4()