Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dbtlog.c93 } *bt_hash_t; typedef
150 bt_hash_t *btl_hash[2];
437 bt_hash_t *bthp, in __btlib_split_step()
476 bt_hash_t *bthp, in __btlib_validate()
502 bt_hash_t *bthp_old; in __btlib_rehash_and_lock()
503 bt_hash_t *bthp; in __btlib_rehash_and_lock()
513 bthp = kalloc_type(bt_hash_t, 2 * size_old, Z_WAITOK_ZERO); in __btlib_rehash_and_lock()
585 kfree_type(bt_hash_t, size_old, bthp_old); in __btlib_rehash_and_lock()
649 bt_hash_t *bthp; in __btlib_init()
663 bthp = kalloc_type(bt_hash_t, 1, Z_WAITOK_ZERO_NOFAIL); in __btlib_init()