Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c500 uint32_t param_old, size_old, mask; in __btlib_rehash_and_lock() local
509 param_old = smr_serialized_load(&btl->btl_param); in __btlib_rehash_and_lock()
510 bthp_old = btl->btl_hash[BTL_PARAM_PARITY(param_old)]; in __btlib_rehash_and_lock()
511 size_old = 1u << BTL_PARAM_SHIFT(param_old); in __btlib_rehash_and_lock()
513 mask = 1u << (BTL_PARAM_NEXT(param_old) & 0x1f); in __btlib_rehash_and_lock()
539 btl->btl_hash[!BTL_PARAM_PARITY(param_old)] = bthp; in __btlib_rehash_and_lock()
541 smr_serialized_store(&btl->btl_param, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()
583 btl->btl_hash[BTL_PARAM_PARITY(param_old)] = NULL; in __btlib_rehash_and_lock()
616 __btlib_validate(btl, bthp, size_old * 2, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()