Home
last modified time | relevance | path

Searched refs:__smr_shash_bucket (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dsmr.c2672 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 Dsmr_hash.h1810 __smr_shash_bucket( in __smr_shash_bucket() function
1864 head = __smr_shash_bucket(smrh, state, SMRSH_CUR, hash); in __smr_shash_entered_find()