Searched refs:__smr_shash_bucket (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | smr.c | 1143 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_find_slow() 1253 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_get_or_insert() 1261 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_get_or_insert() 1319 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_mut_begin() 1327 head = __smr_shash_bucket(smrh, state, SMRSH_NEW, hash); in __smr_shash_entered_mut_begin()
|
| H A D | smr_hash.h | 1751 __smr_shash_bucket( in __smr_shash_bucket() function 1805 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_find()
|