Searched refs:__smr_hash_bucket (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | smr_hash.h | 595 __hd = __smr_hash_bucket(smrh, key, __smrht); \ 625 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \ 654 struct smrq_slist_head *__hd = __smr_hash_bucket(smrh, key, __smrht); \ 685 __hd = __smr_hash_bucket(__h, __link, __smrht); \ 735 __hd = __smr_hash_bucket(__h, __link, __smrht); \ 769 __hd = __smr_hash_bucket(smrh, __link, __smrht); \ 1624 __smr_hash_bucket( in __smr_hash_bucket() function 1637 __smr_hash_bucket( in __smr_hash_bucket() function 1690 head = __smr_hash_bucket(smrh, key, smrht); in __smr_hash_get() 1710 head = __smr_hash_bucket(smrh, key, smrht); in __smr_hash_serialized_get_or_insert()
|