Home
last modified time | relevance | path

Searched refs:btl_hash (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c149 bt_hash_t *btl_hash[2]; member
328 return &btl->btl_hash[par][idx]->bth_array[hash & BTL_HASH_MASK]; in __btlib_head()
510 bthp_old = btl->btl_hash[BTL_PARAM_PARITY(param_old)]; in __btlib_rehash_and_lock()
539 btl->btl_hash[!BTL_PARAM_PARITY(param_old)] = bthp; in __btlib_rehash_and_lock()
583 btl->btl_hash[BTL_PARAM_PARITY(param_old)] = NULL; in __btlib_rehash_and_lock()
668 btl->btl_hash[0] = bthp; in __btlib_init()
/xnu-8792.41.9/tools/lldbmacros/
H A Dbtlog.py95 return self._btl.btl_hash[self.get_parity()]