Searched refs:param_old (Results 1 – 1 of 1) sorted by relevance
501 uint32_t param_old, size_old, mask; in __btlib_rehash_and_lock() local510 param_old = smr_serialized_load(&btl->btl_param); in __btlib_rehash_and_lock()511 bthp_old = btl->btl_hash[BTL_PARAM_PARITY(param_old)]; in __btlib_rehash_and_lock()512 size_old = 1u << BTL_PARAM_SHIFT(param_old); in __btlib_rehash_and_lock()514 mask = 1u << (BTL_PARAM_NEXT(param_old) & 0x1f); in __btlib_rehash_and_lock()540 btl->btl_hash[!BTL_PARAM_PARITY(param_old)] = bthp; in __btlib_rehash_and_lock()542 smr_serialized_store(&btl->btl_param, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()584 btl->btl_hash[BTL_PARAM_PARITY(param_old)] = NULL; in __btlib_rehash_and_lock()617 __btlib_validate(btl, bthp, size_old * 2, BTL_PARAM_NEXT(param_old)); in __btlib_rehash_and_lock()