Searched refs:curidx (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/tools/lldbmacros/core/ |
| H A D | collections.py | 690 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.141.1/osfmk/kern/ |
| H A D | smr.c | 2754 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 D | smr_hash.h | 1022 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()
|