Home
last modified time | relevance | path

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

/linux-5.19.10/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()
/linux-5.19.10/include/linux/
Dobjagg.h21 struct objagg_hints;
30 struct objagg_hints *hints, void *priv);
57 struct objagg_hints *objagg_hints_get(struct objagg *objagg,
59 void objagg_hints_put(struct objagg_hints *objagg_hints);
61 objagg_hints_stats_get(struct objagg_hints *objagg_hints);
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c1318 struct objagg_hints *hints) in mlxsw_sp_acl_erp_table_create()
1380 struct objagg_hints *hints, bool *p_rehash_needed) in mlxsw_sp_acl_erp_hints_check()
1421 struct objagg_hints *hints; in mlxsw_sp_acl_erp_rehash_hints_get()
1451 struct objagg_hints *hints = hints_priv; in mlxsw_sp_acl_erp_rehash_hints_put()
1460 struct objagg_hints *hints = hints_priv; in mlxsw_sp_acl_erp_region_init()