Searched refs:os_hash_jenkins (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.140.69/libkern/os/ |
| H A D | hash.h | 85 os_hash_jenkins(const void *data, size_t length, uint32_t seed) in os_hash_jenkins() function 92 os_hash_jenkins(const void *data, size_t length) in os_hash_jenkins() function 94 return os_hash_jenkins(data, length, 0); in os_hash_jenkins()
|
| /xnu-11417.140.69/pexpert/arm/hwtrace/ |
| H A D | hwtrace.c | 396 const uint32_t rand = os_hash_jenkins(ecid, size); in panic_trace_apply_partial_policy()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | restartable.c | 300 rr->rr_hash = os_hash_jenkins(rr->rr_ranges, in _restartable_ranges_create()
|
| H A D | smr_hash.h | 169 return os_hash_jenkins(key.smrk_opaque, key.smrk_len, seed); in smrh_key_hash_mem() 182 return os_hash_jenkins(key.smrk_opaque, key.smrk_len, seed); in smrh_key_hash_str()
|
| H A D | workload_config.c | 100 const uint32_t hash = os_hash_jenkins(id, strlen(id)); in workload_config_hash()
|
| H A D | epoch_sync.c | 147 const uint32_t idx = os_hash_jenkins(&key, sizeof(key)) & (ht->ht_size - 1); in ht_get_bucket()
|
| H A D | exclaves_resource.c | 191 const uint32_t idx = os_hash_jenkins(key, key_len) & in get_bucket()
|
| H A D | btlog.c | 203 return bts->bts_hash = os_hash_jenkins(bts->bts_frames, size); in __btstack_capture()
|
| /xnu-11417.140.69/libkern/c++/ |
| H A D | OSSymbol.cpp | 674 return os_hash_jenkins(string, length - 1); in hash()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | sys_ulock.c | 245 uint32_t hash = os_hash_jenkins(key, length); in ull_hash_index()
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_kern.c | 642 return (uint16_t) os_hash_jenkins(bt, bt_count * sizeof(bt[0])); in kmem_hash_backtrace()
|