Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/c++/
H A DOSSymbol.cpp222 sym = smr_hash_get(&_hash, key, &hash_traits); in findSymbol()
/xnu-10063.101.15/osfmk/kern/
H A Dsmr_hash.h516 #define smr_hash_get(smrh, key, traits) ({ \ macro
H A Dcoalition.c1337 return smr_hash_get(&coalition_hash, key, &coal_hash_traits); in coalition_find_by_id()
/xnu-10063.101.15/libkern/os/
H A Dlog.c518 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()
/xnu-10063.101.15/bsd/kern/
H A Dkern_proc.c2271 return smr_hash_get(&pgrp_hash, key, &pgrp_hash_traits); in pgrp_find()