Lines Matching refs:hints_case
836 struct hints_case {
847 static const struct hints_case hints_case = {
909 static int test_hints_case(const struct hints_case *hints_case)
925 for (i = 0; i < hints_case->key_ids_count; i++) {
927 hints_case->key_ids[i]);
935 err = check_expect_stats(objagg, &hints_case->expect_stats, &errmsg);
948 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints,
959 for (i = 0; i < hints_case->key_ids_count; i++) {
961 hints_case->key_ids[i]);
969 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints,
981 world_obj_put(&world2, objagg, hints_case->key_ids[i]);
982 i = hints_case->key_ids_count;
990 world_obj_put(&world, objagg, hints_case->key_ids[i]);
997 return test_hints_case(&hints_case);