Home
last modified time | relevance | path

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

/subsys/logging/
A Dlog_cache.h30 struct log_cache { struct
39 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config); argument
50 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data);
58 void log_cache_put(struct log_cache *cache, uint8_t *data);
68 void log_cache_release(struct log_cache *cache, uint8_t *data);
76 static inline uint32_t log_cache_get_hit(struct log_cache *cache) in log_cache_get_hit()
87 static inline uint32_t log_cache_get_miss(struct log_cache *cache) in log_cache_get_miss()
A Dlog_cache.c24 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config) in log_cache_init()
53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get()
97 void log_cache_put(struct log_cache *cache, uint8_t *data) in log_cache_put()
105 void log_cache_release(struct log_cache *cache, uint8_t *data) in log_cache_release()
A DCMakeLists.txt13 log_cache.c
A Dlog_mgmt.c45 static struct log_cache dname_cache;
46 static struct log_cache sname_cache;

Completed in 14 milliseconds