Home
last modified time | relevance | path

Searched refs:stats_b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c94 const struct verif_stats *stats_b; member
1174 v2 = s->stats_b ? s->stats_b->stats[id] : 0; in fetch_join_stat_value()
1184 if (!s->stats_b) in fetch_join_stat_value()
1187 *num_val = s->stats_b->stats[id]; in fetch_join_stat_value()
1190 if (!s->stats_a || !s->stats_b) in fetch_join_stat_value()
1198 if (!s->stats_a || !s->stats_b) { in fetch_join_stat_value()
1603 const struct verif_stats *comp = join_stats->stats_b; in output_comp_stats()
1859 join->stats_b = comp; in handle_comparison_mode()
1866 join->stats_b = NULL; in handle_comparison_mode()
1872 join->stats_b = comp; in handle_comparison_mode()