Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c86 #define BTL_HASH_COUNT (1u << BTL_HASH_SHIFT) macro
87 #define BTL_HASH_MASK (BTL_HASH_COUNT - 1)
92 btref_smr_t bth_array[BTL_HASH_COUNT];
451 for (uint32_t i = 0; i < BTL_HASH_COUNT; i++) { in __btlib_split_step()
484 for (uint32_t j = 0; j < BTL_HASH_COUNT; j++) { in __btlib_validate()
/xnu-12377.81.4/tools/lldbmacros/kmemory/
H A Dbtlog.py95 BTL_HASH_COUNT = 256 variable in BTLibrary
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py886 arr, kmemory.BTLibrary.BTL_HASH_COUNT