Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c437 bt_hash_t *bthp, in __btlib_split_step() argument
452 prev = head = &bthp[idx]->bth_array[i]; in __btlib_split_step()
476 bt_hash_t *bthp, in __btlib_validate() argument
485 ref = smr_serialized_load(&bthp[i]->bth_array[j]); in __btlib_validate()
503 bt_hash_t *bthp; in __btlib_rehash_and_lock() local
513 bthp = kalloc_type(bt_hash_t, 2 * size_old, Z_WAITOK_ZERO); in __btlib_rehash_and_lock()
516 if (bthp == NULL) { in __btlib_rehash_and_lock()
521 bthp[2 * i] = bthp_old[i]; in __btlib_rehash_and_lock()
522 bthp[2 * i + 1] = kalloc_type(struct bt_hash, in __btlib_rehash_and_lock()
537 memcpy(bthp[2 * i + 1], bthp[2 * i], sizeof(struct bt_hash)); in __btlib_rehash_and_lock()
[all …]