Home
last modified time | relevance | path

Searched refs:smr_hash_foreach (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dtest_lock.c210 smr_hash_foreach(e, h, T) { in smr_hash_basic_test()
H A Dsmr_hash.h999 #define smr_hash_foreach(obj, smrh, traits) \ macro
H A Dcoalition.c2166 smr_hash_foreach(coal, &coalition_hash, &coal_hash_traits) { in coalitions_get_list()
2221 smr_hash_foreach(coal, &coalition_hash, &coal_hash_traits) { in coalition_iterate_stackshot()
/xnu-10002.1.13/libkern/c++/
H A DOSSymbol.cpp342 smr_hash_foreach(sym, &_hash, &hash_traits) { in checkForPageUnload()