Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/osfmk/kern/
H A Dsmr.c1252 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_get_or_insert()
1318 hash = __smr_shash_hash(smrh, state.curidx, link, traits); in __smr_shash_entered_mut_begin()
1421 oldidx = state.curidx; in __smr_shash_rehash_with_target()
1422 state.newidx = 1 - state.curidx; in __smr_shash_rehash_with_target()
1429 oldarray = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_rehash_with_target()
1530 state.curidx = state.newidx; in __smr_shash_rehash_with_target()
1660 assert(state.curidx == state.newidx);
1661 assert(__smr_shash_load_array(smrh, 1 - state.curidx) == NULL);
1663 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()