Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 2 of 2) sorted by relevance

/lib/
A Dtest_objagg.c912 struct objagg_hints *hints, struct objagg *objagg) in test_hints_case2() argument
921 pr_debug_hints_stats(hints); in test_hints_case2()
922 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints, in test_hints_case2()
929 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case2()
965 struct objagg_hints *hints; in test_hints_case() local
992 hints = objagg_hints_get(objagg, OBJAGG_OPT_ALGO_SIMPLE_GREEDY); in test_hints_case()
993 if (IS_ERR(hints)) { in test_hints_case()
994 err = PTR_ERR(hints); in test_hints_case()
998 err = test_hints_case2(hints_case, hints, objagg); in test_hints_case()
1000 objagg_hints_put(hints); in test_hints_case()
A Dobjagg.c51 struct objagg_hints *hints; member
232 if (!objagg->hints) { in objagg_obj_root_id_alloc()
244 min = objagg->hints->root_count; in objagg_obj_root_id_alloc()
259 if (!objagg->hints) in objagg_obj_root_id_free()
306 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj); in objagg_obj_init_with_hints()
533 objagg->hints = objagg_hints; in objagg_create()
570 if (objagg->hints) in objagg_destroy()
571 objagg_hints_put(objagg->hints); in objagg_destroy()

Completed in 7 milliseconds