Searched refs:obj_hash (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.81.5/osfmk/kern/ |
| H A D | smr_hash.h | 95 uint32_t (*obj_hash)(const struct smrq_slink *, uint32_t); member 304 .obj_hash = name ## _obj_hash, \ 1570 uint32_t index = __smr_hash_mask(array) & smrht->obj_hash(link, 0); in __smr_hash_bucket() 1747 return traits->obj_hash(link, __smr_shash_load_seed(smrh, idx)); in __smr_shash_hash()
|
| H A D | smr.c | 2477 want_mask = smrht->obj_hash(link, 0) & oldsize; in __smr_hash_grow_and_unlock() 2479 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 2555 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 2986 hash = traits->obj_hash(link, newseed); in __smr_shash_rehash_with_target()
|
| /xnu-10002.81.5/libkern/c++/ |
| H A D | OSSymbol.cpp | 109 .obj_hash = OSSymbol_obj_hash,
|
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | ipc_voucher.c | 85 .obj_hash = iv_obj_hash,
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_credential.c | 3313 .obj_hash = kauth_cred_obj_hash,
|