Searched refs:rtotal (Results 1 – 2 of 2) sorted by relevance
340 int rtotal, wtotal, i, j; in disp_stats() local357 rtotal = cs_persec->st_rdhits + cs_persec->st_rdmiss; in disp_stats()359 if (rtotal != 0) in disp_stats()360 readp = cs_persec->st_rdhits / (double)rtotal; in disp_stats()846 int rtotal, wtotal, i, j; in disp_total_stats() local858 rtotal = cs_cur->st_rdhits + cs_cur->st_rdmiss; in disp_total_stats()860 if (rtotal != 0) in disp_total_stats()861 readp = cs_cur->st_rdhits / (double)rtotal; in disp_total_stats()
291 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local303 rtotal += (long double)bucketval * (long double)rhs[i]; in dt_aggregate_quantizedcmp()306 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()309 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()