Lines Matching refs:hints_case
836 struct hints_case { struct
847 static const struct hints_case hints_case = { argument
911 static int test_hints_case2(const struct hints_case *hints_case, in test_hints_case2() argument
922 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints, in test_hints_case2()
933 for (i = 0; i < hints_case->key_ids_count; i++) { in test_hints_case2()
935 hints_case->key_ids[i]); in test_hints_case2()
943 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints, in test_hints_case2()
955 world_obj_put(&world2, objagg, hints_case->key_ids[i]); in test_hints_case2()
956 i = hints_case->key_ids_count; in test_hints_case2()
962 static int test_hints_case(const struct hints_case *hints_case) in test_hints_case() argument
976 for (i = 0; i < hints_case->key_ids_count; i++) { in test_hints_case()
978 hints_case->key_ids[i]); in test_hints_case()
986 err = check_expect_stats(objagg, &hints_case->expect_stats, &errmsg); in test_hints_case()
998 err = test_hints_case2(hints_case, hints, objagg); in test_hints_case()
1005 world_obj_put(&world, objagg, hints_case->key_ids[i]); in test_hints_case()
1012 return test_hints_case(&hints_case); in test_hints()