Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/core/
H A Diterators.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-12377.1.9/osfmk/kern/
H A Dsmr.c2781 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_get_or_insert()
2847 hash = __smr_shash_hash(smrh, state.curidx, link, traits); in __smr_shash_entered_mut_begin()
2951 oldidx = state.curidx; in __smr_shash_rehash_with_target()
2952 state.newidx = 1 - state.curidx; in __smr_shash_rehash_with_target()
2959 oldarray = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_rehash_with_target()
3060 state.curidx = state.newidx; in __smr_shash_rehash_with_target()
3190 assert(state.curidx == state.newidx);
3191 assert(__smr_shash_load_array(smrh, 1 - state.curidx) == NULL);
3193 array = __smr_shash_load_array(smrh, state.curidx);
H A Dsmr_hash.h1084 uint8_t curidx; member
1827 array = __smr_shash_load_array(smrh, state.curidx); in __smr_shash_bucket()
1869 hash = __smr_shash_hash(smrh, state.curidx, key, traits); in __smr_shash_entered_find()