Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c82 #define BTL_PARAM_IDX(p, h) ((uint64_t)(h) >> ((p) & 0x3f)) macro
327 uint32_t idx = BTL_PARAM_IDX(param, hash); in __btlib_head()
490 assert3u(BTL_PARAM_IDX(param, bts->bts_hash), ==, i); in __btlib_validate()