Searched refs:bts_hash (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/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() 455 if (bts->bts_hash & mask) { in __btlib_split_step() 489 assert3u(BTL_PARAM_IDX(param, bts->bts_hash), ==, i); in __btlib_validate() 490 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, j); in __btlib_validate() 706 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_insert() 710 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert() 765 uint32_t hash = bts->bts_hash; in __btlib_remove_locked() 870 assert3u(bts->bts_hash & BTL_HASH_MASK, ==, in __btlib_get() [all …]
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | btlog.py | 43 return int(self._bts.bts_hash)
|