Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog.c65 static uint32_t s_log_cache_entry_count = 0; variable
129 for (uint32_t i = 0; i < s_log_cache_entry_count; ++i) { in esp_log_level_set()
177 s_log_cache_entry_count = 0; in clear_log_level_list()
215 for (i = 0; i < s_log_cache_entry_count; ++i) { in get_cached_log_level()
223 if (i == s_log_cache_entry_count) { // Not found in cache in get_cached_log_level()
233 if (s_log_cache_entry_count == TAG_CACHE_SIZE) { in get_cached_log_level()
252 if (s_log_cache_entry_count < TAG_CACHE_SIZE) { in add_to_cache()
253 s_log_cache[s_log_cache_entry_count] = (cached_tag_entry_t) { in add_to_cache()
258 ++s_log_cache_entry_count; in add_to_cache()
279 for (uint32_t i = 0; i < s_log_cache_entry_count; ++i) { in fix_cache_generation_overflow()
[all …]