Home
last modified time | relevance | path

Searched refs:objagg_stats (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
A Dobjagg.c606 struct objagg_stats *objagg_stats; in objagg_stats_get() local
610 objagg_stats = kzalloc(struct_size(objagg_stats, stats_info, in objagg_stats_get()
612 if (!objagg_stats) in objagg_stats_get()
628 sort(objagg_stats->stats_info, objagg_stats->stats_info_count, in objagg_stats_get()
632 return objagg_stats; in objagg_stats_get()
642 void objagg_stats_put(const struct objagg_stats *objagg_stats) in objagg_stats_put() argument
644 kfree(objagg_stats); in objagg_stats_put()
1024 struct objagg_stats *objagg_stats; in objagg_hints_stats_get() local
1028 objagg_stats = kzalloc(struct_size(objagg_stats, stats_info, in objagg_hints_stats_get()
1031 if (!objagg_stats) in objagg_hints_stats_get()
[all …]
A Dtest_objagg.c228 const struct objagg_stats *stats; in check_stats_zero()
246 const struct objagg_stats *stats; in check_stats_nodelta()
679 static int check_expect_stats_neigh(const struct objagg_stats *stats, in check_expect_stats_neigh()
709 static int __check_expect_stats(const struct objagg_stats *stats, in __check_expect_stats()
744 const struct objagg_stats *stats; in check_expect_stats()
860 static void __pr_debug_stats(const struct objagg_stats *stats) in __pr_debug_stats()
874 const struct objagg_stats *stats; in pr_debug_stats()
885 const struct objagg_stats *stats; in pr_debug_hints_stats()
898 const struct objagg_stats *stats; in check_expect_hints_stats()
/linux/include/linux/
A Dobjagg.h44 struct objagg_stats { struct
50 const struct objagg_stats *objagg_stats_get(struct objagg *objagg); argument
51 void objagg_stats_put(const struct objagg_stats *objagg_stats);
60 const struct objagg_stats *
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_erp.c1383 const struct objagg_stats *ostats; in mlxsw_sp_acl_erp_hints_check()
1384 const struct objagg_stats *hstats; in mlxsw_sp_acl_erp_hints_check()

Completed in 20 milliseconds