Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbtlog.c83 #define BTL_PARAM_NEXT(p) ((p) - 0x80000001u) macro
514 mask = 1u << (BTL_PARAM_NEXT(param_old) & 0x1f); in __btlib_rehash_and_lock()
542 smr_serialized_store(&btl->btl_param, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()
617 __btlib_validate(btl, bthp, size_old * 2, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()