Searched refs:smr_hash_serialized_remove (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/libkern/c++/ |
| H A D | OSSymbol.cpp | 298 smr_hash_serialized_remove(&_hash, &sym->hashlink, &hash_traits); in removeSymbol()
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr_hash.h | 674 #define smr_hash_serialized_remove(smrh, link, traits) ({ \ macro
|
| H A D | coalition.c | 2056 smr_hash_serialized_remove(&coalition_hash, &coal->link, in coalition_reap_internal()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_proc.c | 2033 smr_hash_serialized_remove(&pid_hash, &p->p_hash, &pid_hash_traits); in phash_remove_locked() 2223 smr_hash_serialized_remove(&pgrp_hash, &pgrp->pg_hash, in pghash_remove_locked()
|