Searched defs:objagg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/lib/ |
D | objagg.c | 43 struct objagg { struct 44 const struct objagg_ops *ops; argument 51 struct objagg_hints *hints; argument 55 struct rhash_head ht_node; /* member of objagg->obj_ht */ argument 158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup() 163 static int objagg_obj_parent_assign(struct objagg *objagg, in objagg_obj_parent_assign() 188 static int objagg_obj_parent_lookup_assign(struct objagg *objagg, in objagg_obj_parent_lookup_assign() 211 static void objagg_obj_parent_unassign(struct objagg *objagg, in objagg_obj_parent_unassign() 221 static int objagg_obj_root_id_alloc(struct objagg *objagg, in objagg_obj_root_id_alloc() 253 static void objagg_obj_root_id_free(struct objagg *objagg, in objagg_obj_root_id_free() [all …]
|
D | test_objagg.c | 47 struct objagg *objagg, in world_obj_get() 76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() 151 static int test_nodelta_obj_get(struct world *world, struct objagg *objagg, in test_nodelta_obj_get() 204 static int test_nodelta_obj_put(struct world *world, struct objagg *objagg, in test_nodelta_obj_put() 226 static int check_stats_zero(struct objagg *objagg) in check_stats_zero() 244 static int check_stats_nodelta(struct objagg *objagg) in check_stats_nodelta() 307 struct objagg *objagg; in test_nodelta() local 740 static int check_expect_stats(struct objagg *objagg, in check_expect_stats() 758 struct objagg *objagg, in test_delta_action_item() 810 struct objagg *objagg; in test_delta() local [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_erp.c | 66 struct objagg *objagg; member
|