Home
last modified time | relevance | path

Searched refs:obj_hash (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dsmr_hash.h98 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 Dsmr.c2509 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 DOSSymbol.cpp109 .obj_hash = OSSymbol_obj_hash,
/xnu-12377.41.6/libkern/os/
H A Dlog.c508 .obj_hash = os_log_hash,
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_voucher.c84 .obj_hash = iv_obj_hash,
/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c3312 .obj_hash = kauth_cred_obj_hash,