Home
last modified time | relevance | path

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

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