Searched refs:bts_hash (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | btlog.c | 58 uint32_t bts_hash; member 185 return a->bts_hash == b->bts_hash && in __btstack_same() 202 return bts->bts_hash = os_hash_jenkins(bts->bts_frames, size); in __btstack_capture() 456 if (bts->bts_hash & mask) { in __btlib_split_step() 490 assert3u(BTL_PARAM_IDX(param, bts->bts_hash), ==, i); in __btlib_validate() 491 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, j); in __btlib_validate() 707 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_insert() 711 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert() 766 uint32_t hash = bts->bts_hash; in __btlib_remove_locked() 871 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_get() [all …]
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | btlog.py | 43 return int(self._bts.bts_hash)
|