Searched refs:c2c_left (Results 1 – 1 of 1) sorted by relevance
587 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp() local592 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() local673 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[all …]