Searched refs:wtotal (Results 1 – 1 of 1) sorted by relevance
340 int rtotal, wtotal, i, j; in disp_stats() local358 wtotal = cs_persec->st_wrhits + cs_persec->st_wrmiss; in disp_stats()364 if (wtotal != 0) { in disp_stats()365 writep = cs_persec->st_wrhits / (double)wtotal; in disp_stats()846 int rtotal, wtotal, i, j; in disp_total_stats() local859 wtotal = cs_cur->st_wrhits + cs_cur->st_wrmiss; in disp_total_stats()865 if (wtotal != 0) in disp_total_stats()866 writep = cs_cur->st_wrhits / (double)wtotal; in disp_total_stats()