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

/linux-master/include/linux/
H A 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-master/lib/
H A Dobjagg.c15 struct objagg_hints { struct
26 struct rhash_head ht_node; /* member of objagg_hints->node_ht */
27 struct list_head list; /* member of objagg_hints->node_list */
35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) argument
37 if (!objagg_hints)
39 return rhashtable_lookup_fast(&objagg_hints->node_ht, obj,
40 objagg_hints->ht_params);
51 struct objagg_hints *hints;
489 * @objagg_hints
514 objagg_create(const struct objagg_ops *ops, struct objagg_hints *objagg_hints, void *priv) argument
649 objagg_hints_node_create(struct objagg_hints *objagg_hints, struct objagg_obj *objagg_obj, size_t obj_size, struct objagg_hints_node *parent_hnode) argument
687 objagg_hints_flush(struct objagg_hints *objagg_hints) argument
839 objagg_opt_simple_greedy_fillup_hints(struct objagg_hints *objagg_hints, struct objagg *objagg) argument
910 struct objagg_hints *objagg_hints = local
941 struct objagg_hints *objagg_hints; local
991 objagg_hints_put(struct objagg_hints *objagg_hints) argument
1019 objagg_hints_stats_get(struct objagg_hints *objagg_hints) argument
[all...]
H A Dtest_objagg.c883 static void pr_debug_hints_stats(struct objagg_hints *objagg_hints) argument
887 stats = objagg_hints_stats_get(objagg_hints);
894 static int check_expect_hints_stats(struct objagg_hints *objagg_hints, argument
901 stats = objagg_hints_stats_get(objagg_hints);
912 struct objagg_hints *hints;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1320 struct objagg_hints *hints)
1382 struct objagg_hints *hints, bool *p_rehash_needed)
1423 struct objagg_hints *hints;
1453 struct objagg_hints *hints = hints_priv;
1462 struct objagg_hints *hints = hints_priv;

Completed in 116 milliseconds