Home
last modified time | relevance | path

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

/hal_espressif-latest/components/log/
Dlog.c64 static uint32_t s_log_cache_max_generation = 0; variable
178 s_log_cache_max_generation = 0; in clear_log_level_list()
235 s_log_cache[i].generation = s_log_cache_max_generation++; in get_cached_log_level()
239 if (s_log_cache_max_generation == MAX_GENERATION) { in get_cached_log_level()
248 uint32_t generation = s_log_cache_max_generation++; in add_to_cache()
271 if (s_log_cache_max_generation == MAX_GENERATION) { in add_to_cache()
282 s_log_cache_max_generation = s_log_cache_entry_count; in fix_cache_generation_overflow()