Lines Matching refs:c2c_left
587 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp() local
592 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
595 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
619 struct c2c_hist_entry *c2c_left, *c2c_right; \
621 c2c_left = container_of(left, struct c2c_hist_entry, he); \
623 return c2c_left->stats.__f - c2c_right->stats.__f; \
670 struct c2c_hist_entry *c2c_left; in ld_llcmiss_cmp() local
673 c2c_left = container_of(left, 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()
720 struct c2c_hist_entry *c2c_left; in tot_recs_cmp() local
725 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
728 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
771 struct c2c_hist_entry *c2c_left; in tot_loads_cmp() local
776 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
779 tot_recs_left = total_loads(&c2c_left->stats); in tot_loads_cmp()
869 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp() local
874 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
877 per_left = percent_hitm(c2c_left); in percent_hitm_cmp()