Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/logging/log_cache/src/
Dmain.c64 uint32_t hit = log_cache_get_hit(cache); in cache_get()
71 zassert_equal(hit + 1, log_cache_get_hit(cache), "line %u\n", line); in cache_get()
74 zassert_equal(hit, log_cache_get_hit(cache), "line %u\n", line); in cache_get()
/Zephyr-Core-3.5.0/subsys/logging/
Dlog_cache.h76 static inline uint32_t log_cache_get_hit(struct log_cache *cache) in log_cache_get_hit() function