Searched refs:objagg_stats (Results 1 – 4 of 4) sorted by relevance
606 struct objagg_stats *objagg_stats; in objagg_stats_get() local610 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() argument644 kfree(objagg_stats); in objagg_stats_put()1024 struct objagg_stats *objagg_stats; in objagg_hints_stats_get() local1028 objagg_stats = kzalloc(struct_size(objagg_stats, stats_info, in objagg_hints_stats_get()1031 if (!objagg_stats) in objagg_hints_stats_get()[all …]
228 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()
44 struct objagg_stats { struct50 const struct objagg_stats *objagg_stats_get(struct objagg *objagg); argument51 void objagg_stats_put(const struct objagg_stats *objagg_stats);60 const struct objagg_stats *
1383 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