Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c84 #define BTL_HASH_SHIFT 8 macro
85 #define BTL_HASH_COUNT (1u << BTL_HASH_SHIFT)
354 uint32_t shift = BTL_HASH_SHIFT + BTL_PARAM_SHIFT(param); in __btlib_rehash_needed()