Home
last modified time | relevance | path

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

/xnu-10002.1.13/libkern/c++/
H A DOSSymbol.cpp228 sym = (OSSymbol *)__smr_hash_serialized_find(&_huge_head, key, in findSymbol()
271 sym = (OSSymbol *)__smr_hash_serialized_find(&_huge_head, key, in insertSymbol()
/xnu-10002.1.13/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()