Searched defs:objagg (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/ |
A 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 331 static int objagg_obj_init(struct objagg *objagg, in objagg_obj_init() 355 static void objagg_obj_fini(struct objagg *objagg, in objagg_obj_fini() 450 static void objagg_obj_destroy(struct objagg *objagg, in objagg_obj_destroy() 462 static void __objagg_obj_put(struct objagg *objagg, in __objagg_obj_put() 517 struct objagg *objagg; in objagg_create() local 561 void objagg_destroy(struct objagg *objagg) in objagg_destroy() [all …]
|
A 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() 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 872 static void pr_debug_stats(struct objagg *objagg) in pr_debug_stats() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_erp.c | 66 struct objagg *objagg; member
|
Completed in 12 milliseconds