Searched refs:obj_hash (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/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 | 2482 want_mask = smrht->obj_hash(link, 0) & oldsize; in __smr_hash_grow_and_unlock() 2484 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 2560 (smrht->obj_hash(next, 0) & oldsize) == want_mask) { in __smr_hash_grow_and_unlock() 2991 hash = traits->obj_hash(link, newseed); in __smr_shash_rehash_with_target()
|
| /xnu-10063.141.1/libkern/c++/ |
| H A D | OSSymbol.cpp | 109 .obj_hash = OSSymbol_obj_hash,
|
| /xnu-10063.141.1/libkern/os/ |
| H A D | log.c | 510 .obj_hash = os_log_hash,
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_voucher.c | 85 .obj_hash = iv_obj_hash,
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_credential.c | 3312 .obj_hash = kauth_cred_obj_hash,
|