Lines Matching refs:c2c_right
597 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local
602 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
605 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
628 struct c2c_hist_entry *c2c_left, *c2c_right; \
631 c2c_right = container_of(right, struct c2c_hist_entry, he); \
632 return c2c_left->stats.__f - c2c_right->stats.__f; \
680 struct c2c_hist_entry *c2c_right; in ld_llcmiss_cmp() local
683 c2c_right = container_of(right, struct c2c_hist_entry, he); in ld_llcmiss_cmp()
685 return llc_miss(&c2c_left->stats) - llc_miss(&c2c_right->stats); in ld_llcmiss_cmp()
730 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local
735 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
738 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()
781 struct c2c_hist_entry *c2c_right; in tot_loads_cmp() local
786 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
789 tot_recs_right = total_loads(&c2c_right->stats); in tot_loads_cmp()
879 struct c2c_hist_entry *c2c_right; in percent_hitm_cmp() local
884 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_cmp()
887 per_right = percent_hitm(c2c_right); in percent_hitm_cmp()