Home
last modified time | relevance | path

Searched refs:curidx (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/tools/lldbmacros/core/ !
H A Dcollections.py695 curidx = self.hash_value.xGetScalarByPath('.smrsh_state.curidx');
697 return curidx != newidx
715 curidx = hash_value.xGetScalarByPath('.smrsh_state.curidx');
719 array = arrays.chkGetChildAtIndex(curidx)
721 hashes.append((curidx, array.Dereference(), shift))
722 if newidx != curidx:
/xnu-10002.1.13/osfmk/kern/ !
H A Dsmr.c2749 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_get_or_insert()
2815 hash = __smr_shash_hash(smrh, state.curidx, link, traits); in __smr_shash_entered_mut_begin()
2919 oldidx = state.curidx; in __smr_shash_rehash_with_target()
2920 state.newidx = 1 - state.curidx; in __smr_shash_rehash_with_target()
2927 oldarray = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_rehash_with_target()
3028 state.curidx = state.newidx; in __smr_shash_rehash_with_target()
3158 assert(state.curidx == state.newidx);
3159 assert(__smr_shash_load_array(smrh, 1 - state.curidx) == NULL);
3161 array = __smr_shash_load_array(smrh, state.curidx);
H A Dsmr_hash.h1022 uint8_t curidx; member
1762 array = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_bucket()
1804 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_find()