Searched refs:bts_hash (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | btlog.c | 59 uint32_t bts_hash; member 186 return a->bts_hash == b->bts_hash && in __btstack_same() 203 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-12377.61.12/tools/lldbmacros/kmemory/ |
| H A D | btlog.py | 51 def bts_hash(self): member in BTStack
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | memory.py | 898 h = bts.bts_hash
|