Lines Matching refs:c2c_left
607 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp() local
612 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
615 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
639 struct c2c_hist_entry *c2c_left, *c2c_right; \
641 c2c_left = container_of(left, struct c2c_hist_entry, he); \
643 return (uint64_t) c2c_left->stats.__f - \
705 struct c2c_hist_entry *c2c_left; in tot_recs_cmp() local
710 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
713 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
756 struct c2c_hist_entry *c2c_left; in tot_loads_cmp() local
761 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_loads_cmp()
764 tot_recs_left = total_loads(&c2c_left->stats); in tot_loads_cmp()
854 struct c2c_hist_entry *c2c_left; in percent_hitm_cmp() local
859 c2c_left = container_of(left, struct c2c_hist_entry, he); in percent_hitm_cmp()
862 per_left = percent_hitm(c2c_left); in percent_hitm_cmp()