Searched refs:tot_ops (Results 1 – 1 of 1) sorted by relevance
853 uint64_t tot, tot_ops, old_tot, old_tot_ops; in req_print_v4() local879 for (i = 2, tot_ops = 0; i < req->ks_ndata; i++) in req_print_v4()880 tot_ops += kptr[i].value.ui64; in req_print_v4()886 tot_ops -= old_tot_ops; in req_print_v4()916 printf("Version 4: (%" PRIu64 " operations)\n", tot_ops); in req_print_v4()923 if (tot_ops && interval && kptr_old != NULL) in req_print_v4()925 kptr_old[j].value.ui64) * 100 / tot_ops); in req_print_v4()926 else if (tot_ops) in req_print_v4()927 per = (int)(knp[j].value.ui64 * 100 / tot_ops); in req_print_v4()