Home
last modified time | relevance | path

Searched refs:stats_group_walk_fn (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/stats/
Dstats.h318 typedef int stats_group_walk_fn(struct stats_hdr *hdr, void *arg); typedef
329 int stats_group_walk(stats_group_walk_fn *walk_cb, void *arg);
/Zephyr-Core-3.5.0/subsys/stats/
Dstats.c159 stats_group_walk(stats_group_walk_fn *walk_func, void *arg) in stats_group_walk()