Searched refs:obj_hash (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | smr_hash.h | 98 uint32_t (*obj_hash)(const struct smrq_slink *, uint32_t); member 307 .obj_hash = name ## _obj_hash, \ 1633 uint32_t index = __smr_hash_mask(array) & smrht->obj_hash(link, 0); in __smr_hash_bucket() 1812 return traits->obj_hash(link, __smr_shash_load_seed(smrh, idx)); in __smr_shash_hash()
|
| H A D | smr.c | 2509 want_mask = smrht->obj_hash(link, 0) & oldsize; in __smr_hash_grow_and_unlock() 2511 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 2587 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 3018 hash = traits->obj_hash(link, newseed); in __smr_shash_rehash_with_target()
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | OSSymbol.cpp | 109 .obj_hash = OSSymbol_obj_hash,
|
| /xnu-12377.41.6/libkern/os/ |
| H A D | log.c | 508 .obj_hash = os_log_hash,
|
| /xnu-12377.41.6/osfmk/ipc/ |
| H A D | ipc_voucher.c | 84 .obj_hash = iv_obj_hash,
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_credential.c | 3312 .obj_hash = kauth_cred_obj_hash,
|