Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/c++/
H A DOSSymbol.cpp230 sym = (OSSymbol *)__smr_hash_serialized_find(&_huge_head, key, in findSymbol()
273 sym = (OSSymbol *)__smr_hash_serialized_find(&_huge_head, key, in insertSymbol()
/xnu-8796.121.2/osfmk/kern/
H A Dsmr_hash.h601 (smrht_obj_t(traits))__smr_hash_serialized_find(__hd, key, __smrht); \
1605 __smr_hash_serialized_find( in __smr_hash_serialized_find() function
1651 obj = __smr_hash_serialized_find(head, key, smrht); in __smr_hash_serialized_get_or_insert()