Home
last modified time | relevance | path

Searched refs:stats_group_find (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/
Dstat_mgmt.c43 struct stats_hdr *hdr = stats_group_find(group_name); in stat_mgmt_count()
97 hdr = stats_group_find(group_name); in stat_mgmt_foreach_entry()
/Zephyr-latest/include/zephyr/stats/
Dstats.h350 struct stats_hdr *stats_group_find(const char *name);
/Zephyr-latest/subsys/stats/
Dstats.c194 stats_group_find(const char *name) in stats_group_find() function
/Zephyr-latest/tests/subsys/fs/zms/src/
Dmain.c71 fixture->sim_stats = stats_group_find("flash_sim_stats"); in before()
72 fixture->sim_thresholds = stats_group_find("flash_sim_thresholds"); in before()
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c74 fixture->sim_stats = stats_group_find("flash_sim_stats"); in before()
75 fixture->sim_thresholds = stats_group_find("flash_sim_thresholds"); in before()