Searched refs:log_cache_get (Results 1 – 3 of 3) sorted by relevance
50 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data);
53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get() function
224 if (!log_cache_get(&sname_cache, id.raw, &cached)) { in link_source_name_get()272 if (!log_cache_get(&dname_cache, id, &cached)) { in link_domain_name_get()
Completed in 17 milliseconds