Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/c++/
H A DOSSymbol.cpp262 sym = smr_hash_serialized_get_or_insert(&_hash, key, in insertSymbol()
/xnu-12377.1.9/osfmk/kern/
H A Dsmr_hash.h707 #define smr_hash_serialized_get_or_insert(smrh, key, link, traits) ({ \ macro
/xnu-12377.1.9/libkern/os/
H A Dlog.c526 os_log_t found = smr_hash_serialized_get_or_insert(&os_log_cache, in os_log_cache_insert()