Searched refs:__smr_hash_bucket (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | smr_hash.h | 592 __hd = __smr_hash_bucket(smrh, key, __smrht); \ 622 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \ 651 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \ 682 __hd = __smr_hash_bucket(__h, __link, __smrht); \ 732 __hd = __smr_hash_bucket(__h, __link, __smrht); \ 766 __hd = __smr_hash_bucket(smrh, __link, __smrht); \ 1621 __smr_hash_bucket( in __smr_hash_bucket() function 1634 __smr_hash_bucket( in __smr_hash_bucket() function 1687 head = __smr_hash_bucket(smrh, key, smrht); in __smr_hash_get() 1707 head = __smr_hash_bucket(smrh, key, smrht); in __smr_hash_serialized_get_or_insert()
|