Searched refs:objagg (Results 1 – 8 of 8) sorted by relevance
/linux/include/trace/events/ |
A D | objagg.h | 16 TP_PROTO(const struct objagg *objagg), 25 __entry->objagg = objagg; 41 __entry->objagg = objagg; 59 __entry->objagg = objagg; 78 __entry->objagg = objagg; 99 __entry->objagg = objagg; 122 __entry->objagg = objagg; 147 __entry->objagg = objagg; 174 __entry->objagg = objagg; 197 __entry->objagg = objagg; [all …]
|
/linux/lib/ |
A D | objagg.c | 43 struct objagg { struct 208 static void __objagg_obj_put(struct objagg *objagg, 331 static int objagg_obj_init(struct objagg *objagg, in objagg_obj_init() argument 355 static void objagg_obj_fini(struct objagg *objagg, in objagg_obj_fini() argument 462 static void __objagg_obj_put(struct objagg *objagg, in __objagg_obj_put() argument 517 struct objagg *objagg; in objagg_create() local 525 objagg = kzalloc(sizeof(*objagg), GFP_KERNEL); in objagg_create() 561 void objagg_destroy(struct objagg *objagg) in objagg_destroy() argument 817 if (objagg->ops->delta_check(objagg->priv, in objagg_tmp_graph_create() 843 struct objagg *objagg) in objagg_opt_simple_greedy_fillup_hints() argument [all …]
|
A D | test_objagg.c | 47 struct objagg *objagg, in world_obj_get() argument 76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() argument 226 static int check_stats_zero(struct objagg *objagg) in check_stats_zero() argument 244 static int check_stats_nodelta(struct objagg *objagg) in check_stats_nodelta() argument 307 struct objagg *objagg; in test_nodelta() local 312 if (IS_ERR(objagg)) in test_nodelta() 740 static int check_expect_stats(struct objagg *objagg, in check_expect_stats() argument 758 struct objagg *objagg, in test_delta_action_item() argument 810 struct objagg *objagg; in test_delta() local 872 static void pr_debug_stats(struct objagg *objagg) in pr_debug_stats() argument [all …]
|
A D | Makefile | 349 obj-$(CONFIG_OBJAGG) += objagg.o
|
A D | Kconfig | 690 tristate "objagg" if COMPILE_TEST
|
/linux/include/linux/ |
A D | objagg.h | 19 struct objagg; 27 struct objagg_obj *objagg_obj_get(struct objagg *objagg, void *obj); 28 void objagg_obj_put(struct objagg *objagg, struct objagg_obj *objagg_obj); 29 struct objagg *objagg_create(const struct objagg_ops *ops, 31 void objagg_destroy(struct objagg *objagg); 50 const struct objagg_stats *objagg_stats_get(struct objagg *objagg); 57 struct objagg_hints *objagg_hints_get(struct objagg *objagg,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_erp.c | 66 struct objagg *objagg; member 1013 objagg_obj = objagg_obj_get(erp_table->objagg, &key); in mlxsw_sp_acl_erp_mask_get() 1027 objagg_obj_put(erp_table->objagg, objagg_obj); in mlxsw_sp_acl_erp_mask_put() 1327 erp_table->objagg = objagg_create(&mlxsw_sp_acl_erp_objagg_ops, in mlxsw_sp_acl_erp_table_create() 1329 if (IS_ERR(erp_table->objagg)) { in mlxsw_sp_acl_erp_table_create() 1330 err = PTR_ERR(erp_table->objagg); in mlxsw_sp_acl_erp_table_create() 1352 objagg_destroy(erp_table->objagg); in mlxsw_sp_acl_erp_table_destroy() 1390 ostats = objagg_stats_get(erp_table->objagg); in mlxsw_sp_acl_erp_hints_check() 1426 hints = objagg_hints_get(erp_table->objagg, in mlxsw_sp_acl_erp_rehash_hints_get()
|
/linux/ |
A D | MAINTAINERS | 13793 F: include/linux/objagg.h 13794 F: lib/objagg.c
|
Completed in 38 milliseconds