Home
last modified time | relevance | path

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

/lib/
Dobjagg.c15 struct objagg_hints { struct
35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup() argument
37 if (!objagg_hints) in objagg_hints_lookup()
39 return rhashtable_lookup_fast(&objagg_hints->node_ht, obj, in objagg_hints_lookup()
40 objagg_hints->ht_params); in objagg_hints_lookup()
51 struct objagg_hints *hints;
515 struct objagg_hints *objagg_hints, void *priv) in objagg_create() argument
529 if (objagg_hints) { in objagg_create()
530 objagg->hints = objagg_hints; in objagg_create()
531 objagg_hints->refcount++; in objagg_create()
[all …]
Dtest_objagg.c883 static void pr_debug_hints_stats(struct objagg_hints *objagg_hints) in pr_debug_hints_stats() argument
887 stats = objagg_hints_stats_get(objagg_hints); in pr_debug_hints_stats()
894 static int check_expect_hints_stats(struct objagg_hints *objagg_hints, in check_expect_hints_stats() argument
901 stats = objagg_hints_stats_get(objagg_hints); in check_expect_hints_stats()
912 struct objagg_hints *hints; in test_hints_case()