Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c115 static struct smr_hash os_log_cache; variable
309 smr_hash_init(&os_log_cache, OS_LOG_SUBSYSTEM_MAX_CNT / 4); in oslog_init()
516 os_log_t log = smr_hash_get(&os_log_cache, os_log_key(sub), &os_log_cache_traits); in os_log_cache_find_by_sub()
526 os_log_t found = smr_hash_serialized_get_or_insert(&os_log_cache, in os_log_cache_insert()