Searched refs:objagg_create (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | objagg.h | 28 struct objagg *objagg_create(const struct objagg_ops *ops,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | objagg.h | 29 struct objagg *objagg_create(const struct objagg_ops *ops,
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_objagg.c | 311 objagg = objagg_create(&nodelta_ops, NULL, &world); in test_nodelta() 814 objagg = objagg_create(&delta_ops, NULL, &world); in test_delta() 921 objagg = objagg_create(&delta_ops, NULL, &world); in test_hints_case() 955 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case()
|
H A D | objagg.c | 487 * objagg_create - creates a new objagg instance 514 struct objagg *objagg_create(const struct objagg_ops *ops, in objagg_create() function 553 EXPORT_SYMBOL(objagg_create); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_objagg.c | 311 objagg = objagg_create(&nodelta_ops, NULL, &world); in test_nodelta() 814 objagg = objagg_create(&delta_ops, NULL, &world); in test_delta() 921 objagg = objagg_create(&delta_ops, NULL, &world); in test_hints_case() 955 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case()
|
H A D | objagg.c | 487 * objagg_create - creates a new objagg instance 514 struct objagg *objagg_create(const struct objagg_ops *ops, in objagg_create() function 553 EXPORT_SYMBOL(objagg_create); variable
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | objagg.h | 15 TRACE_EVENT(objagg_create,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | objagg.h | 15 TRACE_EVENT(objagg_create,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 1316 erp_table->objagg = objagg_create(&mlxsw_sp_acl_erp_objagg_ops, in mlxsw_sp_acl_erp_table_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 1329 erp_table->objagg = objagg_create(&mlxsw_sp_acl_erp_objagg_ops, in mlxsw_sp_acl_erp_table_create()
|
Completed in 12 milliseconds