Lines Matching refs:stats_info
262 if (stats->stats_info[i].stats.user_count != 2) {
267 if (stats->stats_info[i].stats.delta_user_count != 2) {
641 check_expect_stats_nums(const struct objagg_obj_stats_info *stats_info,
645 if (stats_info->is_root != expect_stats_info->is_root) {
650 if (stats_info->stats.user_count !=
656 if (stats_info->stats.delta_user_count !=
666 check_expect_stats_key_id(const struct objagg_obj_stats_info *stats_info,
670 if (obj_to_key_id(stats_info->objagg_obj) !=
687 err = check_expect_stats_nums(&stats->stats_info[i],
691 err = check_expect_stats_key_id(&stats->stats_info[i],
697 err = check_expect_stats_nums(&stats->stats_info[i],
701 err = check_expect_stats_key_id(&stats->stats_info[i],
722 err = check_expect_stats_nums(&stats->stats_info[i],
726 err = check_expect_stats_key_id(&stats->stats_info[i],
866 obj_to_key_id(stats->stats_info[i].objagg_obj),
867 stats->stats_info[i].stats.user_count,
868 stats->stats_info[i].stats.delta_user_count,
869 stats->stats_info[i].is_root ? "root" : "noroot");