Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Dbtlog.py75 BTL_HASH_COUNT = 256 variable in BTLibrary
268 for j in range(0, BTLibrary.BTL_HASH_COUNT):
/xnu-8020.140.41/osfmk/kern/
H A Dbtlog.c85 #define BTL_HASH_COUNT (1u << BTL_HASH_SHIFT) macro
86 #define BTL_HASH_MASK (BTL_HASH_COUNT - 1)
91 btref_smr_t bth_array[BTL_HASH_COUNT];
450 for (uint32_t i = 0; i < BTL_HASH_COUNT; i++) { in __btlib_split_step()
483 for (uint32_t j = 0; j < BTL_HASH_COUNT; j++) { in __btlib_validate()