Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dbtlog.c85 #define BTL_HASH_SHIFT 8 macro
86 #define BTL_HASH_COUNT (1u << BTL_HASH_SHIFT)
355 uint32_t shift = BTL_HASH_SHIFT + BTL_PARAM_SHIFT(param); in __btlib_rehash_needed()