Lines Matching refs:tot
137 int tot; member
549 uint64_t tot; in req_width() local
551 tot = 0; in req_width()
554 tot += knp[i].value.ui64; in req_width()
563 if (tot) in req_width()
564 per = (int)(knp[i].value.ui64 * 100 / tot); in req_width()
772 uint64_t tot, old_tot; in req_print() local
791 tot = 0; in req_print()
799 tot += kptr[i].value.ui64; in req_print()
804 tot -= old_tot; in req_print()
807 printf("Version %d: (%" PRIu64 " calls)\n", ver, tot); in req_print()
815 if (tot && interval && knp_old != NULL) in req_print()
817 knp_old[j].value.ui64) * 100 / tot); in req_print()
818 else if (tot) in req_print()
819 per = (int)(knp[j].value.ui64 * 100 / tot); in req_print()
853 uint64_t tot, tot_ops, old_tot, old_tot_ops; in req_print_v4() local
882 tot = kptr[0].value.ui64 + kptr[1].value.ui64; in req_print_v4()
885 tot -= old_tot; in req_print_v4()
889 printf("Version 4: (%" PRIu64 " calls)\n", tot); in req_print_v4()
900 if (tot && interval && kptr_old != NULL) in req_print_v4()
902 kptr_old[j].value.ui64) * 100 / tot); in req_print_v4()
903 else if (tot) in req_print_v4()
904 per = (int)(knp[j].value.ui64 * 100 / tot); in req_print_v4()