Searched refs:log_cache_get_hit (Results 1 – 2 of 2) sorted by relevance
64 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()
76 static inline uint32_t log_cache_get_hit(struct log_cache *cache) in log_cache_get_hit() function