Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/core/
H A Dcollections.py690 curidx = self.hash_value.xGetScalarByPath('.smrsh_state.curidx');
692 return curidx != newidx
710 curidx = hash_value.xGetScalarByPath('.smrsh_state.curidx');
714 array = arrays.chkGetChildAtIndex(curidx)
716 hashes.append((curidx, array.Dereference(), shift))
717 if newidx != curidx:
/xnu-10063.101.15/osfmk/kern/
H A Dsmr.c2754 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_get_or_insert()
2820 hash = __smr_shash_hash(smrh, state.curidx, link, traits); in __smr_shash_entered_mut_begin()
2924 oldidx = state.curidx; in __smr_shash_rehash_with_target()
2925 state.newidx = 1 - state.curidx; in __smr_shash_rehash_with_target()
2932 oldarray = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_rehash_with_target()
3033 state.curidx = state.newidx; in __smr_shash_rehash_with_target()
3163 assert(state.curidx == state.newidx);
3164 assert(__smr_shash_load_array(smrh, 1 - state.curidx) == NULL);
3166 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()