Searched refs:smr_hash_get (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/libkern/c++/ |
| H A D | OSSymbol.cpp | 222 sym = smr_hash_get(&_hash, key, &hash_traits); in findSymbol()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | smr_hash.h | 573 #define smr_hash_get(smrh, key, traits) ({ \ macro
|
| H A D | coalition.c | 1478 return smr_hash_get(&coalition_hash, key, &coal_hash_traits); in coalition_find_by_id()
|
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 516 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 D | kern_proc.c | 2707 return smr_hash_get(&pgrp_hash, key, &pgrp_hash_traits); in pgrp_find()
|