Lines Matching refs:c2c_right
588 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local
593 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
596 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
619 struct c2c_hist_entry *c2c_left, *c2c_right; \
622 c2c_right = container_of(right, struct c2c_hist_entry, he); \
623 return c2c_left->stats.__f - c2c_right->stats.__f; \
671 struct c2c_hist_entry *c2c_right; in ld_llcmiss_cmp() local
674 c2c_right = container_of(right, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
676 return llc_miss(&c2c_left->stats) - llc_miss(&c2c_right->stats); in ld_llcmiss_cmp()
721 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local
726 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
729 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()
772 struct c2c_hist_entry *c2c_right; in tot_loads_cmp() local
777 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
780 tot_recs_right = total_loads(&c2c_right->stats); in tot_loads_cmp()
870 struct c2c_hist_entry *c2c_right; in percent_hitm_cmp() local
875 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_cmp()
878 per_right = percent_hitm(c2c_right); in percent_hitm_cmp()