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