Lines Matching refs:per_right
857 double per_right; in percent_hitm_cmp() local
863 per_right = percent_hitm(c2c_right); in percent_hitm_cmp()
865 return per_left - per_right; in percent_hitm_cmp()
929 double per_right; in percent_rmt_hitm_cmp() local
932 per_right = PERCENT(right, rmt_hitm); in percent_rmt_hitm_cmp()
934 return per_left - per_right; in percent_rmt_hitm_cmp()
960 double per_right; in percent_lcl_hitm_cmp() local
963 per_right = PERCENT(right, lcl_hitm); in percent_lcl_hitm_cmp()
965 return per_left - per_right; in percent_lcl_hitm_cmp()
991 double per_right; in percent_stores_l1hit_cmp() local
994 per_right = PERCENT(right, st_l1hit); in percent_stores_l1hit_cmp()
996 return per_left - per_right; in percent_stores_l1hit_cmp()
1022 double per_right; in percent_stores_l1miss_cmp() local
1025 per_right = PERCENT(right, st_l1miss); in percent_stores_l1miss_cmp()
1027 return per_left - per_right; in percent_stores_l1miss_cmp()
1053 double per_right; in percent_stores_na_cmp() local
1056 per_right = PERCENT(right, st_na); in percent_stores_na_cmp()
1058 return per_left - per_right; in percent_stores_na_cmp()