Searched refs:__smr_shash_bucket (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | smr.c | 2672 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_find_slow() 2782 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_get_or_insert() 2790 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_get_or_insert() 2848 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_mut_begin() 2856 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_mut_begin()
|
| H A D | smr_hash.h | 1810 __smr_shash_bucket( in __smr_shash_bucket() function 1864 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_find()
|