Searched refs:objagg2 (Results 1 – 1 of 1) sorted by relevance
916 struct objagg *objagg2; in test_hints_case2() local929 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case2()930 if (IS_ERR(objagg2)) in test_hints_case2()931 return PTR_ERR(objagg2); in test_hints_case2()934 objagg_obj = world_obj_get(&world2, objagg2, in test_hints_case2()942 pr_debug_stats(objagg2); in test_hints_case2()943 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints, in test_hints_case2()957 objagg_destroy(objagg2); in test_hints_case2()
Completed in 4 milliseconds