Lines Matching refs:hints
912 struct objagg_hints *hints, struct objagg *objagg)
921 pr_debug_hints_stats(hints);
922 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints,
929 objagg2 = objagg_create(&delta_ops, hints, &world2);
965 struct objagg_hints *hints;
992 hints = objagg_hints_get(objagg, OBJAGG_OPT_ALGO_SIMPLE_GREEDY);
993 if (IS_ERR(hints)) {
994 err = PTR_ERR(hints);
998 err = test_hints_case2(hints_case, hints, objagg);
1000 objagg_hints_put(hints);