Searched refs:bthp (Results 1 – 1 of 1) sorted by relevance
436 bt_hash_t *bthp, in __btlib_split_step() argument451 prev = head = &bthp[idx]->bth_array[i]; in __btlib_split_step()475 bt_hash_t *bthp, in __btlib_validate() argument484 ref = smr_serialized_load(&bthp[i]->bth_array[j]); in __btlib_validate()502 bt_hash_t *bthp; in __btlib_rehash_and_lock() local512 bthp = kalloc_type(bt_hash_t, 2 * size_old, Z_WAITOK_ZERO); in __btlib_rehash_and_lock()515 if (bthp == NULL) { in __btlib_rehash_and_lock()520 bthp[2 * i] = bthp_old[i]; in __btlib_rehash_and_lock()521 bthp[2 * i + 1] = kalloc_type(struct bt_hash, in __btlib_rehash_and_lock()536 memcpy(bthp[2 * i + 1], bthp[2 * i], sizeof(struct bt_hash)); in __btlib_rehash_and_lock()[all …]