Searched refs:log_cache_put (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/logging/log_cache/src/ |
D | main.c | 113 log_cache_put(&cache, buf); in ZTEST() 122 log_cache_put(&cache, buf); in ZTEST() 127 log_cache_put(&cache, buf); in ZTEST() 138 log_cache_put(&cache, buf); in ZTEST() 143 log_cache_put(&cache, buf); in ZTEST() 151 log_cache_put(&cache, buf); in ZTEST()
|
/Zephyr-latest/subsys/logging/ |
D | log_cache.h | 58 void log_cache_put(struct log_cache *cache, uint8_t *data);
|
D | log_cache.c | 97 void log_cache_put(struct log_cache *cache, uint8_t *data) in log_cache_put() function
|
D | log_mgmt.c | 237 log_cache_put(&sname_cache, cached); in link_source_name_get() 285 log_cache_put(&dname_cache, cached); in link_domain_name_get()
|