Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_cache.h39 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config);
Dlog_cache.c24 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config) in log_cache_init() function
Dlog_mgmt.c170 err = log_cache_init(&dname_cache, &dname_cache_config); in cache_init()
173 err = log_cache_init(&sname_cache, &sname_cache_config); in cache_init()
/Zephyr-latest/tests/subsys/logging/log_cache/src/
Dmain.c105 err = log_cache_init(&cache, &config); in ZTEST()