Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbtree.h68 #define BTREE_CORE_ELEMS 128 macro
87 zfs_btree_hdr_t *btc_children[BTREE_CORE_ELEMS + 1];
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c93 for (uint32_t i = hdr->bth_count + 1; i <= BTREE_CORE_ELEMS; in zfs_btree_poison_node()
99 (BTREE_CORE_ELEMS - hdr->bth_count) * size); in zfs_btree_poison_node()
119 ASSERT3U(idx, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()
120 ASSERT3U(idx + count, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()
144 ASSERT3U(idx, <, BTREE_CORE_ELEMS); in zfs_btree_verify_poison_at()
584 ASSERT3U(par_hdr->bth_count, <, BTREE_CORE_ELEMS); in zfs_btree_insert_core_impl()
622 kmem_alloc(sizeof (zfs_btree_core_t) + BTREE_CORE_ELEMS * in zfs_btree_insert_into_parent()
657 if (par_hdr->bth_count != BTREE_CORE_ELEMS) { in zfs_btree_insert_into_parent()
680 uint32_t move_count = MAX((BTREE_CORE_ELEMS / (tree->bt_bulk == NULL ? in zfs_btree_insert_into_parent()
682 uint32_t keep_count = BTREE_CORE_ELEMS - move_count - 1; in zfs_btree_insert_into_parent()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2716 uintptr_t btc_children[BTREE_CORE_ELEMS + 1];
2792 BTREE_CORE_ELEMS * elem_size; in btree_walk_step()
2861 BTREE_CORE_ELEMS * bwd->bwd_btree.bt_elem_size); in btree_walk_init()
2892 BTREE_CORE_ELEMS * bwd->bwd_btree.bt_elem_size); in btree_walk_fini()