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

/linux-master/include/linux/
H A Dobjagg.h44 struct objagg_stats { struct
50 const struct objagg_stats *objagg_stats_get(struct objagg *objagg);
51 void objagg_stats_put(const struct objagg_stats *objagg_stats);
60 const struct objagg_stats *
/linux-master/lib/
H A Dobjagg.c604 const struct objagg_stats *objagg_stats_get(struct objagg *objagg)
606 struct objagg_stats *objagg_stats; local
610 objagg_stats = kzalloc(struct_size(objagg_stats, stats_info,
612 if (!objagg_stats)
617 memcpy(&objagg_stats->stats_info[i].stats, &objagg_obj->stats,
618 sizeof(objagg_stats->stats_info[0].stats));
619 objagg_stats->stats_info[i].objagg_obj = objagg_obj;
620 objagg_stats
642 objagg_stats_put(const struct objagg_stats *objagg_stats) argument
1021 struct objagg_stats *objagg_stats; local
[all...]
H A Dtest_objagg.c228 const struct objagg_stats *stats;
246 const struct objagg_stats *stats;
679 static int check_expect_stats_neigh(const struct objagg_stats *stats,
709 static int __check_expect_stats(const struct objagg_stats *stats,
744 const struct objagg_stats *stats;
860 static void __pr_debug_stats(const struct objagg_stats *stats)
874 const struct objagg_stats *stats;
885 const struct objagg_stats *stats;
898 const struct objagg_stats *stats;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1385 const struct objagg_stats *ostats;
1386 const struct objagg_stats *hstats;

Completed in 117 milliseconds