Lines Matching refs:c2c_left
596 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp() local
601 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
604 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
628 struct c2c_hist_entry *c2c_left, *c2c_right; \
630 c2c_left = container_of(left, struct c2c_hist_entry, he); \
632 return c2c_left->stats.__f - c2c_right->stats.__f; \
679 struct c2c_hist_entry *c2c_left; in ld_llcmiss_cmp() local
682 c2c_left = container_of(left, 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()
729 struct c2c_hist_entry *c2c_left; in tot_recs_cmp() local
734 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
737 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
780 struct c2c_hist_entry *c2c_left; in tot_loads_cmp() local
785 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
788 tot_recs_left = total_loads(&c2c_left->stats); in tot_loads_cmp()
878 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp() local
883 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
886 per_left = percent_hitm(c2c_left); in percent_hitm_cmp()