Searched refs:objagg_hints (Results 1 – 2 of 2) sorted by relevance
15 struct objagg_hints { struct35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup() argument37 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() argument529 if (objagg_hints) { in objagg_create()530 objagg->hints = objagg_hints; in objagg_create()531 objagg_hints->refcount++; in objagg_create()[all …]
883 static void pr_debug_hints_stats(struct objagg_hints *objagg_hints) in pr_debug_hints_stats() argument887 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() argument901 stats = objagg_hints_stats_get(objagg_hints); in check_expect_hints_stats()912 struct objagg_hints *hints; in test_hints_case()